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
commit adf12c09d2c15e64052666678d143a09904fd65f Author: Doroszlai, Attila <[email protected]> AuthorDate: Sun Oct 22 19:55:39 2023 +0200 HDDS-9349. Mark TestSecureOzoneCluster#testGetSetRevokeS3Secret as flaky --- .../src/test/java/org/apache/hadoop/ozone/TestSecureOzoneCluster.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestSecureOzoneCluster.java b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestSecureOzoneCluster.java index ecd6bcfada..342c211ed3 100644 --- a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestSecureOzoneCluster.java +++ b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestSecureOzoneCluster.java @@ -149,6 +149,7 @@ import static org.apache.hadoop.ozone.om.exceptions.OMException.ResultCodes.TOKE import static org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod.KERBEROS; import org.apache.ozone.test.LambdaTestUtils; +import org.apache.ozone.test.tag.Flaky; import org.apache.ozone.test.tag.Unhealthy; import org.apache.ratis.protocol.ClientId; import org.apache.ratis.util.ExitUtils; @@ -695,6 +696,7 @@ final class TestSecureOzoneCluster { } @Test + @Flaky("HDDS-9349") public void testGetSetRevokeS3Secret() throws Exception { // Setup secure OM for start --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
