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

commit d5d0fb793864d79add303c4d047863aed502a37f
Author: Peter Vary <[email protected]>
AuthorDate: Thu Jul 22 13:54:10 2021 +0200

    Disable flaky test
---
 .../apache/hadoop/hive/ql/parse/TestReplicationScenariosAcidTables.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenariosAcidTables.java
 
b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenariosAcidTables.java
index 08b5f69..5839b75 100644
--- 
a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenariosAcidTables.java
+++ 
b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenariosAcidTables.java
@@ -1145,6 +1145,7 @@ public class TestReplicationScenariosAcidTables extends 
BaseReplicationScenarios
     primary.run("drop database " + dbName);
   }
 
+  @org.junit.Ignore("HIVE-25367")
   @Test
   public void testMultiDBTxn() throws Throwable {
     String tableName = testName.getMethodName();

Reply via email to