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 <[email protected]> Authored: Mon Feb 5 14:05:01 2018 +0000 Committer: Colm O hEigeartaigh <[email protected]> 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. */ [email protected]("Causing JVM to abort on some platforms") public class KafkaRangerAuthorizerSASLSSLTest { private static KafkaServerStartable kafkaServer;
