remove serf check

This commit is contained in:
Alvin Huang 2019-02-21 20:14:26 -05:00
parent fe7b841e4a
commit 5f2e709c3f
1 changed files with 0 additions and 1 deletions

View File

@ -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)