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

commit 5d8dae8c37d7e21514db8b74e7ebf74a99ef1df1
Author: Peter Vary <[email protected]>
AuthorDate: Fri Mar 25 07:46:43 2022 +0100

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

diff --git 
a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenarios.java
 
b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenarios.java
index b630f7d..c43cd45 100644
--- 
a/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenarios.java
+++ 
b/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenarios.java
@@ -4799,6 +4799,7 @@ public class TestReplicationScenarios {
     appender.removeFromLogger(logger.getName());
   }
 
+  @org.junit.Ignore("HIVE-26073")
   @Test
   public void testIncrementalStatisticsMetrics() throws Throwable {
     isMetricsEnabledForTests(true);

Reply via email to