Skip to content

Commit

Permalink
Remove remaining calls to t.Parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
masih committed Oct 8, 2024
1 parent 17dd66e commit 486b9a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions f3_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ func init() {
var manifestSenderTimeout = 10 * time.Second

func TestF3Simple(t *testing.T) {
t.Parallel()
env := newTestEnvironment(t).withNodes(2).start()
env.waitForInstanceNumber(5, 10*time.Second, false)
}
Expand Down Expand Up @@ -159,7 +158,6 @@ func TestF3FailRecover(t *testing.T) {
}

func TestF3DynamicManifest_WithoutChanges(t *testing.T) {
t.Parallel()
env := newTestEnvironment(t).withNodes(2).withDynamicManifest()

env.start()
Expand All @@ -172,7 +170,6 @@ func TestF3DynamicManifest_WithoutChanges(t *testing.T) {
}

func TestF3DynamicManifest_WithRebootstrap(t *testing.T) {
t.Parallel()
env := newTestEnvironment(t).withNodes(2).withDynamicManifest().start()

prev := env.nodes[0].f3.Manifest()
Expand Down Expand Up @@ -214,7 +211,6 @@ func TestF3DynamicManifest_WithRebootstrap(t *testing.T) {
}

func TestF3DynamicManifest_WithPauseAndRebootstrap(t *testing.T) {
t.Parallel()
env := newTestEnvironment(t).withNodes(2).withDynamicManifest().start()

env.waitForInstanceNumber(10, 30*time.Second, true)
Expand Down

0 comments on commit 486b9a8

Please sign in to comment.