Skip to content

Commit

Permalink
Fix test data race (remove parallel)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattayes committed Nov 3, 2023
1 parent b2f75d9 commit 17148a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions registry/registry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ func TestFindRegistrations(t *testing.T) {
}

func TestKeepAlive(t *testing.T) {
t.Parallel()
_, r, addr := bootstrap(t, dontStart)

// Change the minimum for sake of testing quickly.
Expand All @@ -418,7 +417,6 @@ func TestKeepAlive(t *testing.T) {
}

func TestWatch(t *testing.T) {
t.Parallel()
_, r, addr := bootstrap(t, dontStart)

// Change the minimum for sake of testing quickly.
Expand Down

0 comments on commit 17148a0

Please sign in to comment.