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 1586dae6bb HDDS-8981. Disable TestRootedOzoneFileSystem#testSafeMode
1586dae6bb is described below

commit 1586dae6bb9d766b2824f02af82c37a925765c0f
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Jul 6 13:18:15 2023 +0200

    HDDS-8981. Disable TestRootedOzoneFileSystem#testSafeMode
---
 .../test/java/org/apache/hadoop/fs/ozone/TestRootedOzoneFileSystem.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestRootedOzoneFileSystem.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestRootedOzoneFileSystem.java
index c9b0e55b61..ee6a6ba4ae 100644
--- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestRootedOzoneFileSystem.java
+++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestRootedOzoneFileSystem.java
@@ -79,6 +79,7 @@ import org.junit.After;
 import org.junit.Assert;
 import org.junit.Assume;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.rules.Timeout;
@@ -2549,6 +2550,7 @@ public class TestRootedOzoneFileSystem {
   }
 
   @Test
+  @Ignore("HDDS-8981")
   public void testSafeMode() throws Exception {
     SafeMode safeModeFS = (SafeMode) fs;
     // safe mode is off


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

Reply via email to