Skip to content

Commit

Permalink
chore: set backgroundproxy to true in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesfrey committed Nov 19, 2024
1 parent 58ef428 commit 2d0e8fa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@ var _ = ginkgo.Describe("e2e test", func() {
Debug: true,
},
ConnectOptions: cli.ConnectOptions{
UpdateCurrent: false,
KubeConfig: vKubeconfigFile.Name(),
LocalPort: localPort, // choosing a port that usually should be unused
UpdateCurrent: false,
KubeConfig: vKubeconfigFile.Name(),
LocalPort: localPort, // choosing a port that usually should be unused
BackgroundProxy: true,
},
}
err = cli.ConnectHelm(ctx, &connectCmd.ConnectOptions, connectCmd.GlobalFlags, name, nil, connectCmd.Log)
Expand Down

0 comments on commit 2d0e8fa

Please sign in to comment.