From ecebde8bf2b5f7258894a0915a8eb00cea4cb355 Mon Sep 17 00:00:00 2001 From: Steven Powell Date: Mon, 18 Oct 2021 09:52:35 -0700 Subject: [PATCH] remove parallel --- test/integration/mount_start_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/integration/mount_start_test.go b/test/integration/mount_start_test.go index da82881f00..5a23796d36 100644 --- a/test/integration/mount_start_test.go +++ b/test/integration/mount_start_test.go @@ -31,8 +31,6 @@ func TestMountStart(t *testing.T) { t.Skip("skipping: none driver does not support mount") } - MaybeParallel(t) - type validateFunc func(context.Context, *testing.T, string) profile1 := UniqueProfileName("mount-start-1") profile2 := UniqueProfileName("mount-start-2")