diff --git a/plugincontainer/container_runner_test.go b/plugincontainer/container_runner_test.go index bb6d147..7f52a28 100644 --- a/plugincontainer/container_runner_test.go +++ b/plugincontainer/container_runner_test.go @@ -173,7 +173,7 @@ func TestExamplePlugin(t *testing.T) { IncludeLocation: true, }), SkipHostEnv: true, - AutoMTLS: true, + // AutoMTLS: true, RunnerFunc: func(logger hclog.Logger, cmd *exec.Cmd, tmpDir string) (runner.Runner, error) { cfg := &config.ContainerConfig{ Image: tc.image,