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 56c336268e Disable flaky test
56c336268e is described below

commit 56c336268ea8c281d23c22d89271af37cb7e2572
Author: Peter Vary <[email protected]>
AuthorDate: Wed Jun 29 09:32:45 2022 +0200

    Disable flaky test
---
 ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestWorkloadManager.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestWorkloadManager.java 
b/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestWorkloadManager.java
index 5d5f68700c..8ce58bb45c 100644
--- a/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestWorkloadManager.java
+++ b/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestWorkloadManager.java
@@ -1260,6 +1260,7 @@ public class TestWorkloadManager {
     assertEquals("B", sessionA4.getPoolName());
   }
 
+  @org.junit.Ignore("HIVE-26364")
   @Test(timeout=10000)
   public void testAsyncSessionInitFailures() throws Exception {
     final HiveConf conf = createConf();

Reply via email to