This is an automated email from the ASF dual-hosted git repository.

pvary pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 08c68e9  Disable flaky test
08c68e9 is described below

commit 08c68e9a1a6b33e5ca1d1e7ea7f536aac42bdf30
Author: Peter Vary <[email protected]>
AuthorDate: Mon Jul 26 13:58:35 2021 +0200

    Disable flaky test
---
 .../org/apache/hive/jdbc/TestKillQueryWithAuthorizationDisabled.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestKillQueryWithAuthorizationDisabled.java
 
b/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestKillQueryWithAuthorizationDisabled.java
index 990f4c3..5b6ae75 100644
--- 
a/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestKillQueryWithAuthorizationDisabled.java
+++ 
b/itests/hive-unit/src/test/java/org/apache/hive/jdbc/TestKillQueryWithAuthorizationDisabled.java
@@ -246,6 +246,7 @@ public class TestKillQueryWithAuthorizationDisabled {
     assertTrue(tKillHolder.throwable.getMessage(), 
tKillHolder.throwable.getMessage().contains("No privilege"));
   }
 
+  @org.junit.Ignore("HIVE-25389")
   @Test public void testKillQueryByTagAdmin() throws Exception {
     ExceptionHolder tExecuteHolder = new ExceptionHolder();
     ExceptionHolder tKillHolder = new ExceptionHolder();

Reply via email to