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

zabetak 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 553ee3b908f HIVE-24219: Disable flaky TestStreaming (Stamatis 
Zampetakis reviewed by Sourabh Badhya)
553ee3b908f is described below

commit 553ee3b908f89841713044a8e5440b6e19c65103
Author: Stamatis Zampetakis <zabe...@gmail.com>
AuthorDate: Wed Dec 13 13:30:32 2023 +0100

    HIVE-24219: Disable flaky TestStreaming (Stamatis Zampetakis reviewed by 
Sourabh Badhya)
    
    Recent failure: http://ci.hive.apache.org/job/hive-flaky-check/772
    
    Close apache/hive#4944
---
 streaming/src/test/org/apache/hive/streaming/TestStreaming.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/streaming/src/test/org/apache/hive/streaming/TestStreaming.java 
b/streaming/src/test/org/apache/hive/streaming/TestStreaming.java
index 37c64429b78..f68c396de7e 100644
--- a/streaming/src/test/org/apache/hive/streaming/TestStreaming.java
+++ b/streaming/src/test/org/apache/hive/streaming/TestStreaming.java
@@ -118,6 +118,7 @@ import org.junit.rules.TemporaryFolder;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
+@Ignore("HIVE-24219")
 public class TestStreaming {
   private static final Logger LOG = 
LoggerFactory.getLogger(TestStreaming.class);
 

Reply via email to