From 1ca1e07a4b81945a40035a849223d57bb0e59db8 Mon Sep 17 00:00:00 2001 From: stack Date: Wed, 25 Mar 2020 15:43:08 -0700 Subject: [PATCH] HBASE-24047 [Flakey Tests] Disable TestCustomSaslAuthenticationProvider#testNegativeAuthentication --- .../security/provider/TestCustomSaslAuthenticationProvider.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/security/provider/TestCustomSaslAuthenticationProvider.java b/hbase-server/src/test/java/org/apache/hadoop/hbase/security/provider/TestCustomSaslAuthenticationProvider.java index 09c6ca84c4..c864895931 100644 --- a/hbase-server/src/test/java/org/apache/hadoop/hbase/security/provider/TestCustomSaslAuthenticationProvider.java +++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/security/provider/TestCustomSaslAuthenticationProvider.java @@ -560,7 +560,7 @@ public class TestCustomSaslAuthenticationProvider { }); } - @Test + @org.junit.Ignore @Test // See HBASE-24047 and its sub-issue to reenable. public void testNegativeAuthentication() throws Exception { // Validate that we can read that record back out as the user with our custom auth'n final Configuration clientConf = new Configuration(CONF); -- 2.19.1