Skip to content

Commit 2f29154

Browse files
committed
run --no-kubernetes in mount start test
1 parent bc56e52 commit 2f29154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/mount_start_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func validateStartWithMount(ctx context.Context, t *testing.T, profile string) {
9393
// 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
9494
mountStartPort++
9595

96-
args := []string{"start", "-p", profile, "--memory=2048", "--mount", "--mount-gid", mountGID, "--mount-msize", mountMSize, "--mount-port", mountPort(), "--mount-uid", mountUID}
96+
args := []string{"start", "-p", profile, "--memory=2048", "--mount", "--mount-gid", mountGID, "--mount-msize", mountMSize, "--mount-port", mountPort(), "--mount-uid", mountUID, "--no-kubernetes"}
9797
args = append(args, StartArgs()...)
9898
rr, err := Run(t, exec.CommandContext(ctx, Target(), args...))
9999
if err != nil {

0 commit comments

Comments
 (0)