Skip to content

Commit

Permalink
without t.parallel?
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Christoff <28318173+schristoff@users.noreply.github.com>
  • Loading branch information
schristoff committed Feb 4, 2024
1 parent b59b458 commit ded29ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/integration/dependenciesv1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import (
)

func TestDependenciesLifecycle(t *testing.T) {
t.Parallel()

p := porter.NewTestPorter(t)
defer p.Close()
Expand Down
1 change: 0 additions & 1 deletion tests/integration/dependenciesv2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import (
)

func TestSharedDependencies(t *testing.T) {
t.Parallel()

p := porter.NewTestPorter(t)
defer p.Close()
Expand Down

0 comments on commit ded29ed

Please sign in to comment.