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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
