remove serf check

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

View File

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