Skip to content

Commit

Permalink
Removed parellism from e2e tests to avoid collisions of tfstate and r…
Browse files Browse the repository at this point in the history
…esources.
  • Loading branch information
johncollinson2001 committed Sep 18, 2024
1 parent a72b38f commit 9d3f658
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/end-to-end-tests/basic_deployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import (
)

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

terraformFolder := "../../infrastructure"

vaultName := random.UniqueId()
Expand Down
2 changes: 0 additions & 2 deletions tests/end-to-end-tests/full_deployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ import (
)

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

terraformFolder := "../../infrastructure"

vaultName := random.UniqueId()
Expand Down

0 comments on commit 9d3f658

Please sign in to comment.