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 660ac51dd96 HDDS-13466. Disable flaky 
TestOmSnapshotFsoWithNativeLibWithLinkedBuckets
660ac51dd96 is described below

commit 660ac51dd964d4eb7c3ed035d6270cfad8cda150
Author: Doroszlai, Attila <adorosz...@apache.org>
AuthorDate: Mon Aug 4 07:58:38 2025 +0200

    HDDS-13466. Disable flaky TestOmSnapshotFsoWithNativeLibWithLinkedBuckets
---
 .../om/snapshot/TestOmSnapshotFsoWithNativeLibWithLinkedBuckets.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotFsoWithNativeLibWithLinkedBuckets.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotFsoWithNativeLibWithLinkedBuckets.java
index bda8d79c5ca..bf67e304fa2 100644
--- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotFsoWithNativeLibWithLinkedBuckets.java
+++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotFsoWithNativeLibWithLinkedBuckets.java
@@ -20,12 +20,14 @@
 import static 
org.apache.hadoop.hdds.utils.NativeConstants.ROCKS_TOOLS_NATIVE_PROPERTY;
 import static 
org.apache.hadoop.ozone.om.helpers.BucketLayout.FILE_SYSTEM_OPTIMIZED;
 
+import org.apache.ozone.test.tag.Unhealthy;
 import org.junit.jupiter.api.condition.EnabledIfSystemProperty;
 
 /**
  * Test OmSnapshot for FSO bucket type when native lib is enabled.
  */
 @EnabledIfSystemProperty(named = ROCKS_TOOLS_NATIVE_PROPERTY, matches = "true")
+@Unhealthy("HDDS-13466")
 class TestOmSnapshotFsoWithNativeLibWithLinkedBuckets extends TestOmSnapshot {
   TestOmSnapshotFsoWithNativeLibWithLinkedBuckets() throws Exception {
     super(FILE_SYSTEM_OPTIMIZED, false, false, false, true);


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

Reply via email to