We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc56e52 commit 2f29154Copy full SHA for 2f29154
test/integration/mount_start_test.go
@@ -93,7 +93,7 @@ func validateStartWithMount(ctx context.Context, t *testing.T, profile string) {
93
// We have to increment this because if you have two mounts with the same port, when you kill one cluster the mount will break for the other
94
mountStartPort++
95
96
- args := []string{"start", "-p", profile, "--memory=2048", "--mount", "--mount-gid", mountGID, "--mount-msize", mountMSize, "--mount-port", mountPort(), "--mount-uid", mountUID}
+ args := []string{"start", "-p", profile, "--memory=2048", "--mount", "--mount-gid", mountGID, "--mount-msize", mountMSize, "--mount-port", mountPort(), "--mount-uid", mountUID, "--no-kubernetes"}
97
args = append(args, StartArgs()...)
98
rr, err := Run(t, exec.CommandContext(ctx, Target(), args...))
99
if err != nil {
0 commit comments