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

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new b347fde11b HDDS-7628. Disable flaky 
TestOzoneContainerWithTLS#testCreateOzoneContainer
b347fde11b is described below

commit b347fde11b535b7604de2b22ff93ef14f747d2d2
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Dec 15 10:20:33 2022 +0100

    HDDS-7628. Disable flaky TestOzoneContainerWithTLS#testCreateOzoneContainer
---
 .../hadoop/ozone/container/ozoneimpl/TestOzoneContainerWithTLS.java      | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/ozoneimpl/TestOzoneContainerWithTLS.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/ozoneimpl/TestOzoneContainerWithTLS.java
index 2c63c86add..6970dea06c 100644
--- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/ozoneimpl/TestOzoneContainerWithTLS.java
+++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/ozoneimpl/TestOzoneContainerWithTLS.java
@@ -151,6 +151,7 @@ public class TestOzoneContainerWithTLS {
   }
 
   @Test
+  @org.junit.Ignore("HDDS-7628")
   public void testCreateOzoneContainer() throws Exception {
     LOG.info("testCreateOzoneContainer with TLS and containerToken enabled: 
{}",
         containerTokenEnabled);


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to