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 0230c8e2de017878847a0fc276dd149413c4c286
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Jul 10 11:23:36 2024 +0200

    HDDS-8900. Mark TestSecretKeysApi#testSecretKeyApiSuccess as flaky
---
 .../src/test/java/org/apache/hadoop/hdds/scm/TestSecretKeysApi.java     | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/TestSecretKeysApi.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/TestSecretKeysApi.java
index 6af43c3bac..fb92d91ee7 100644
--- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/TestSecretKeysApi.java
+++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/TestSecretKeysApi.java
@@ -34,6 +34,7 @@ import org.apache.hadoop.security.UserGroupInformation;
 import org.apache.hadoop.security.authorize.AuthorizationException;
 import org.apache.hadoop.util.ExitUtil;
 import org.apache.ozone.test.GenericTestUtils;
+import org.apache.ozone.test.tag.Flaky;
 import org.apache.ratis.util.ExitUtils;
 import jakarta.annotation.Nonnull;
 import org.junit.jupiter.api.AfterEach;
@@ -184,6 +185,7 @@ public final class TestSecretKeysApi {
    * Test secret key apis in happy case.
    */
   @Test
+  @Flaky("HDDS-8900")
   public void testSecretKeyApiSuccess() throws Exception {
     enableBlockToken();
     // set a low rotation period, of 1s, expiry is 3s, expect 3 active keys


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

Reply via email to