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