Browse Source

remove serf check

pull/5376/head
Alvin Huang 6 years ago
parent
commit
5f2e709c3f
  1. 1
      api/semaphore_test.go

1
api/semaphore_test.go

@ -295,7 +295,6 @@ func TestAPI_SemaphoreConflict(t *testing.T) {
t.Parallel()
c, s := makeClient(t)
defer s.Stop()
s.WaitForSerfCheck(t)
lock, session := createTestLock(t, c, "test/sema/.lock")
defer session.Destroy(lock.opts.Session, nil)

Loading…
Cancel
Save