Skip to content

Commit

Permalink
Revert "fix: remove parallel execution at the root package"
Browse files Browse the repository at this point in the history
This reverts commit 28c94c7.
  • Loading branch information
mdelapenya committed Nov 10, 2022
1 parent 04c3dba commit 65ee9b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions container_test.go
Expand Up @@ -402,6 +402,7 @@ 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 @@ -432,6 +433,7 @@ 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 65ee9b5

Please sign in to comment.