HBASE-23974 [Flakey Tests] Allow that server may not yet be cleared from DeadServers in TestHBCKSCP

This commit is contained in:
stack 2020-03-11 23:02:15 -07:00
parent d42e9768d0
commit 26f3702735
1 changed files with 0 additions and 1 deletions

View File

@ -154,7 +154,6 @@ public class TestHBCKSCP extends TestSCPBase {
assertNotEquals(rsServerName, serverName);
// Make sure no mention of old server post SCP.
assertFalse(searchMeta(master, rsServerName));
assertFalse(master.getServerManager().getDeadServers().isDeadServer(rsServerName));
}
/**