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 2a0f91e2503 HIVE-26343: Disable TestWebHCatE2e test cause it fails
2a0f91e2503 is described below

commit 2a0f91e2503ac76bad0370b29fbcc95ad162b560
Author: Stamatis Zampetakis <[email protected]>
AuthorDate: Mon Jun 20 16:47:45 2022 +0200

    HIVE-26343: Disable TestWebHCatE2e test cause it fails
    
    Closes #3390
---
 .../src/test/java/org/apache/hive/hcatalog/templeton/TestWebHCatE2e.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/TestWebHCatE2e.java
 
b/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/TestWebHCatE2e.java
index dc1bb7d9867..ddfa18cc4b1 100644
--- 
a/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/TestWebHCatE2e.java
+++ 
b/hcatalog/webhcat/svr/src/test/java/org/apache/hive/hcatalog/templeton/TestWebHCatE2e.java
@@ -61,6 +61,7 @@ import org.junit.Assert;
  *
  * It may be possible to extend this to more than just DDL later.
  */
+@Ignore("HIVE-26343")
 public class TestWebHCatE2e {
   private static final Logger LOG =
       LoggerFactory.getLogger(TestWebHCatE2e.class);

Reply via email to