Skip to content

Commit 028a0d4

Browse files
committed
chore: set backgroundproxy to true in e2e tests
1 parent d645800 commit 028a0d4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

test/e2e/e2e_test.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@ var _ = ginkgo.Describe("e2e test", func() {
6363
Debug: true,
6464
},
6565
ConnectOptions: cli.ConnectOptions{
66-
UpdateCurrent: false,
67-
KubeConfig: vKubeconfigFile.Name(),
68-
LocalPort: localPort, // choosing a port that usually should be unused
66+
UpdateCurrent: false,
67+
KubeConfig: vKubeconfigFile.Name(),
68+
LocalPort: localPort, // choosing a port that usually should be unused
69+
BackgroundProxy: true,
6970
},
7071
}
7172
err = cli.ConnectHelm(ctx, &connectCmd.ConnectOptions, connectCmd.GlobalFlags, name, nil, connectCmd.Log)

0 commit comments

Comments
 (0)