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

kgyrtkirk 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 3e3ae2f  disable RetryTest
3e3ae2f is described below

commit 3e3ae2f477fc2ea8a9f6541b395dd75404689f8a
Author: Zoltan Haindrich <[email protected]>
AuthorDate: Thu Jun 11 15:22:21 2020 +0000

    disable RetryTest
---
 .../src/test/java/org/apache/hadoop/hive/metastore/utils/RetryTest.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/standalone-metastore/metastore-common/src/test/java/org/apache/hadoop/hive/metastore/utils/RetryTest.java
 
b/standalone-metastore/metastore-common/src/test/java/org/apache/hadoop/hive/metastore/utils/RetryTest.java
index 8cff68d..dc60092 100644
--- 
a/standalone-metastore/metastore-common/src/test/java/org/apache/hadoop/hive/metastore/utils/RetryTest.java
+++ 
b/standalone-metastore/metastore-common/src/test/java/org/apache/hadoop/hive/metastore/utils/RetryTest.java
@@ -20,10 +20,12 @@ package org.apache.hadoop.hive.metastore.utils;
 
 import org.junit.Assert;
 import org.junit.Test;
+import org.junit.Ignore;
 
 /**
  * Tests for retriable interface.
  */
+@Ignore("unstable HIVE-23677")
 public class RetryTest {
   @Test
   public void testRetrySuccess() {

Reply via email to