You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by co...@apache.org on 2018/02/05 14:05:19 UTC

[2/2] ranger git commit: Ignoring SASL/SSL test due to repeated surefire failures

Ignoring SASL/SSL test due to repeated surefire failures


Project: http://git-wip-us.apache.org/repos/asf/ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/dab9ed6e
Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/dab9ed6e
Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/dab9ed6e

Branch: refs/heads/master
Commit: dab9ed6e0f5d922bbd389358f7eaee66f2aa0fcb
Parents: 9ea96d9
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Mon Feb 5 14:05:01 2018 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Mon Feb 5 14:05:01 2018 +0000

----------------------------------------------------------------------
 .../kafka/authorizer/KafkaRangerAuthorizerSASLSSLTest.java          | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/dab9ed6e/plugin-kafka/src/test/java/org/apache/ranger/authorization/kafka/authorizer/KafkaRangerAuthorizerSASLSSLTest.java
----------------------------------------------------------------------
diff --git a/plugin-kafka/src/test/java/org/apache/ranger/authorization/kafka/authorizer/KafkaRangerAuthorizerSASLSSLTest.java b/plugin-kafka/src/test/java/org/apache/ranger/authorization/kafka/authorizer/KafkaRangerAuthorizerSASLSSLTest.java
index f3a136e..fb541cd 100644
--- a/plugin-kafka/src/test/java/org/apache/ranger/authorization/kafka/authorizer/KafkaRangerAuthorizerSASLSSLTest.java
+++ b/plugin-kafka/src/test/java/org/apache/ranger/authorization/kafka/authorizer/KafkaRangerAuthorizerSASLSSLTest.java
@@ -65,6 +65,7 @@ import kafka.utils.ZkUtils;
  * 
  * Clients and services authenticate to Kafka using the SASL SSL protocol as part of this test.
  */
+@org.junit.Ignore("Causing JVM to abort on some platforms")
 public class KafkaRangerAuthorizerSASLSSLTest {
     
     private static KafkaServerStartable kafkaServer;