remove serf check
This commit is contained in:
parent
8ab8bdda53
commit
d3b56af72f
|
@ -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…
Reference in New Issue