Skip to content

Commit

Permalink
Merge pull request #714 from hashicorp/derekm/limit-parallel-tests
Browse files Browse the repository at this point in the history
Fix broken CICD tests
  • Loading branch information
hashi-derek authored Jan 22, 2024
2 parents 0d44238 + 10c1f86 commit 68ba6d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions serf/serf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -979,6 +979,7 @@ func TestSerf_reconnect(t *testing.T) {
if err != nil {
t.Fatalf("err: %v", err)
}
defer s2.Shutdown()

waitUntilNumNodes(t, 2, s1, s2)
// time.Sleep(s1Config.ReconnectInterval * 5)
Expand Down

0 comments on commit 68ba6d6

Please sign in to comment.