mirror of https://github.com/status-im/consul.git
remove serf check
This commit is contained in:
parent
fe7b841e4a
commit
5f2e709c3f
|
@ -295,7 +295,6 @@ func TestAPI_SemaphoreConflict(t *testing.T) {
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
c, s := makeClient(t)
|
c, s := makeClient(t)
|
||||||
defer s.Stop()
|
defer s.Stop()
|
||||||
s.WaitForSerfCheck(t)
|
|
||||||
|
|
||||||
lock, session := createTestLock(t, c, "test/sema/.lock")
|
lock, session := createTestLock(t, c, "test/sema/.lock")
|
||||||
defer session.Destroy(lock.opts.Session, nil)
|
defer session.Destroy(lock.opts.Session, nil)
|
||||||
|
|
Loading…
Reference in New Issue