Skip to content

Commit

Permalink
HBASE-28330 TestUnknownServers.testListUnknownServers is flaky in bra…
Browse files Browse the repository at this point in the history
…nch-2 (#5650)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
  • Loading branch information
ddupg committed Jan 26, 2024
1 parent b6f4a20 commit a2fbb4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class TestUnknownServers {

private static HBaseTestingUtility UTIL;
private static Admin ADMIN;
private final static int SLAVES = 2;
private final static int SLAVES = 1;
private static boolean IS_UNKNOWN_SERVER = true;

@BeforeClass
Expand Down

0 comments on commit a2fbb4d

Please sign in to comment.