Skip to content

Commit

Permalink
Disable parallelisation for the frequently failing tests
Browse files Browse the repository at this point in the history
Signed-off-by: Yury Tsarev <yury@upbound.io>
  • Loading branch information
ytsarev committed Dec 11, 2023
1 parent f098217 commit 1820bde
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion terratest/test/k8gb_failover_playground_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import (
// TestFailoverPlayground is equal to k8gb failover test running on local playground.
// see: https://github.com/k8gb-io/k8gb/blob/master/docs/local.md#failover
func TestFailoverPlayground(t *testing.T) {
t.Parallel()
const host = "playground-failover.cloud.example.com"
const gslbPath = "../examples/failover-playground.yaml"
const euGeoTag = "eu"
Expand Down
1 change: 0 additions & 1 deletion terratest/test/k8gb_full_failover_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import (
)

func TestFullFailover(t *testing.T) {
t.Parallel()
const host = "terratest-failover.cloud.example.com"
const gslbPath = "../examples/failover.yaml"

Expand Down

0 comments on commit 1820bde

Please sign in to comment.