Skip to content

Commit

Permalink
Revert "Revert "fix: remove parallel execution at the root package""
Browse files Browse the repository at this point in the history
This reverts commit 65ee9b5.
  • Loading branch information
mdelapenya committed Nov 10, 2022
1 parent 65ee9b5 commit f50e404
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions container_test.go
Expand Up @@ -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
Expand Down Expand Up @@ -433,7 +432,6 @@ func TestBindMount(t *testing.T) {
}

func TestVolumeMount(t *testing.T) {
t.Parallel()
type args struct {
volumeName string
mountTarget ContainerMountTarget
Expand Down

0 comments on commit f50e404

Please sign in to comment.