Skip to content

Commit

Permalink
No mTLS
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhjp committed Aug 25, 2023
1 parent 1a4021e commit 0992b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugincontainer/container_runner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0992b3a

Please sign in to comment.