From f50e404152b41429e53de22881009058ef399927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Thu, 10 Nov 2022 12:30:54 +0100 Subject: [PATCH] Revert "Revert "fix: remove parallel execution at the root package"" This reverts commit 65ee9b54bd1e81d575dc2d28caed4b1f3b34e42c. --- container_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/container_test.go b/container_test.go index a63c54c17c..653fe23917 100644 --- a/container_test.go +++ b/container_test.go @@ -402,7 +402,6 @@ func createTestContainer(t *testing.T, ctx context.Context) int { } func TestBindMount(t *testing.T) { - t.Parallel() type args struct { hostPath string mountTarget ContainerMountTarget @@ -433,7 +432,6 @@ func TestBindMount(t *testing.T) { } func TestVolumeMount(t *testing.T) { - t.Parallel() type args struct { volumeName string mountTarget ContainerMountTarget