Repository: hive
Updated Branches:
  refs/heads/master 76da8043e -> 8f754fc35


HIVE-19509: Disable tests that are failing continuously (addendum)


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

Branch: refs/heads/master
Commit: 8f754fc351daf66846eb2cee658c5259d5008afd
Parents: 76da804
Author: Jesus Camacho Rodriguez <[email protected]>
Authored: Mon May 14 22:18:43 2018 -0700
Committer: Jesus Camacho Rodriguez <[email protected]>
Committed: Mon May 14 22:18:43 2018 -0700

----------------------------------------------------------------------
 .../org/apache/hadoop/hive/cli/TestMiniDruidKafkaCliDriver.java    | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/8f754fc3/itests/qtest/src/test/java/org/apache/hadoop/hive/cli/TestMiniDruidKafkaCliDriver.java
----------------------------------------------------------------------
diff --git 
a/itests/qtest/src/test/java/org/apache/hadoop/hive/cli/TestMiniDruidKafkaCliDriver.java
 
b/itests/qtest/src/test/java/org/apache/hadoop/hive/cli/TestMiniDruidKafkaCliDriver.java
index 4768975..e2d26ab 100644
--- 
a/itests/qtest/src/test/java/org/apache/hadoop/hive/cli/TestMiniDruidKafkaCliDriver.java
+++ 
b/itests/qtest/src/test/java/org/apache/hadoop/hive/cli/TestMiniDruidKafkaCliDriver.java
@@ -22,6 +22,7 @@ import org.apache.hadoop.hive.cli.control.CliConfigs;
 
 import org.junit.ClassRule;
 import org.junit.Rule;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.rules.TestRule;
 import org.junit.runner.RunWith;
@@ -31,6 +32,7 @@ import org.junit.runners.Parameterized.Parameters;
 import java.io.File;
 import java.util.List;
 
+@Ignore("HIVE-19509: Disable tests that are failing continuously")
 @RunWith(Parameterized.class)
 public class TestMiniDruidKafkaCliDriver {
 

Reply via email to