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 a6307d71d0 HDDS-7628. Disable flaky
TestOzoneContainerWithTLS#testContainerDownload
a6307d71d0 is described below
commit a6307d71d02c70feea634d26322fd97a35646d23
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Tue Dec 13 13:30:11 2022 +0100
HDDS-7628. Disable flaky TestOzoneContainerWithTLS#testContainerDownload
---
.../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 5bd5fa4a33..2c63c86add 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
@@ -196,6 +196,7 @@ public class TestOzoneContainerWithTLS {
}
@Test
+ @org.junit.Ignore("HDDS-7628")
public void testContainerDownload() throws Exception {
DatanodeDetails dn = MockDatanodeDetails.createDatanodeDetails(
UUID.randomUUID().toString(), "localhost", "0.0.0.0",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]