Skip to content

Commit a907748

Browse files
committed
Fixed ServiceLockIT test failure
1 parent 10a960c commit a907748

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/src/main/java/org/apache/accumulo/test/lock/ServiceLockIT.java

-1
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,6 @@ public void testLockSerial() throws Exception {
476476
zl1.unlock();
477477
assertFalse(zlw1.isLockHeld());
478478
assertFalse(zl1.verifyLockAtSource());
479-
assertFalse(zl2.verifyLockAtSource());
480479
zk1.close();
481480

482481
while (!zlw2.isLockHeld()) {

0 commit comments

Comments
 (0)