Skip to content

Commit

Permalink
Update zookeeper-server/src/test/java/org/apache/zookeeper/server/quo…
Browse files Browse the repository at this point in the history
…rum/auth/QuorumAuthObserverTest.java
  • Loading branch information
kezhuw authored Jan 23, 2025
1 parent 6aec48e commit 97b10f7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public static void cleanup() {
* peer2 myid:1 observer
*/
@Test
@Timeout(value = 30)
public void testSmallObserverJoinSASLQuorum() throws Exception {
Map<String, String> authConfigs = new HashMap<>();
authConfigs.put(QuorumAuth.QUORUM_SASL_AUTH_ENABLED, "true");
Expand Down

0 comments on commit 97b10f7

Please sign in to comment.