You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ad...@apache.org on 2023/04/01 20:15:10 UTC

[ozone] 03/03: HDDS-5319. Disable flaky test TestSCMUpdateServiceGrpcServer#testClientUpdateWithRevoke

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 a83ae0f1bdd2f7a0f17d70e812f6e2b2e813e4fa
Author: Doroszlai, Attila <ad...@apache.org>
AuthorDate: Sat Apr 1 22:08:57 2023 +0200

    HDDS-5319. Disable flaky test TestSCMUpdateServiceGrpcServer#testClientUpdateWithRevoke
---
 .../hadoop/hdds/scm/update/server/TestSCMUpdateServiceGrpcServer.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/update/server/TestSCMUpdateServiceGrpcServer.java b/hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/update/server/TestSCMUpdateServiceGrpcServer.java
index f1b641a36f..0a91bd72f5 100644
--- a/hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/update/server/TestSCMUpdateServiceGrpcServer.java
+++ b/hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/update/server/TestSCMUpdateServiceGrpcServer.java
@@ -97,6 +97,7 @@ public class TestSCMUpdateServiceGrpcServer {
   }
 
 
+  @Disabled("HDDS-5319")
   @Test
   public void testClientUpdateWithRevoke() throws Exception {
     OzoneConfiguration conf = new OzoneConfiguration();


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org