Repository: hive
Updated Branches:
  refs/heads/master 1d8362538 -> 76da8043e


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/76da8043
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/76da8043
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/76da8043

Branch: refs/heads/master
Commit: 76da8043e5d64f4fbc0739c4fd4d0212bec3f66f
Parents: 1d83625
Author: Jesus Camacho Rodriguez <[email protected]>
Authored: Mon May 14 21:27:00 2018 -0700
Committer: Jesus Camacho Rodriguez <[email protected]>
Committed: Mon May 14 21:27:00 2018 -0700

----------------------------------------------------------------------
 .../src/test/java/org/apache/hive/beeline/TestBeeLineWithArgs.java  | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/76da8043/itests/hive-unit/src/test/java/org/apache/hive/beeline/TestBeeLineWithArgs.java
----------------------------------------------------------------------
diff --git 
a/itests/hive-unit/src/test/java/org/apache/hive/beeline/TestBeeLineWithArgs.java
 
b/itests/hive-unit/src/test/java/org/apache/hive/beeline/TestBeeLineWithArgs.java
index 937c7a9..51e491c 100644
--- 
a/itests/hive-unit/src/test/java/org/apache/hive/beeline/TestBeeLineWithArgs.java
+++ 
b/itests/hive-unit/src/test/java/org/apache/hive/beeline/TestBeeLineWithArgs.java
@@ -769,6 +769,7 @@ public class TestBeeLineWithArgs {
    * Test Beeline could show the query progress for time-consuming query.
    * @throws Throwable
    */
+  @Ignore("HIVE-19509: Disable tests that are failing continuously")
   @Test
   public void testQueryProgress() throws Throwable {
     final String SCRIPT_TEXT =

Reply via email to