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 d243267793d HDDS-13466. Disable flaky TestOmSnapshotObjectStore, 
TestOmSnapshotWithoutBucketLinkingLegacy
d243267793d is described below

commit d243267793d3cb3d415d465291d53dc21b410e56
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Oct 20 17:42:45 2025 +0200

    HDDS-13466. Disable flaky TestOmSnapshotObjectStore, 
TestOmSnapshotWithoutBucketLinkingLegacy
---
 .../org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotObjectStore.java | 3 +++
 .../ozone/om/snapshot/TestOmSnapshotWithoutBucketLinkingLegacy.java    | 3 +++
 2 files changed, 6 insertions(+)

diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotObjectStore.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotObjectStore.java
index 723e752eb30..2e60212dde1 100644
--- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotObjectStore.java
+++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotObjectStore.java
@@ -19,9 +19,12 @@
 
 import static org.apache.hadoop.ozone.om.helpers.BucketLayout.OBJECT_STORE;
 
+import org.apache.ozone.test.tag.Unhealthy;
+
 /**
  * Test OmSnapshot for Object Store bucket type.
  */
+@Unhealthy("HDDS-13466")
 public class TestOmSnapshotObjectStore extends TestOmSnapshot {
 
   public TestOmSnapshotObjectStore() throws Exception {
diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotWithoutBucketLinkingLegacy.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotWithoutBucketLinkingLegacy.java
index ee301b4d76a..5ed487edd56 100644
--- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotWithoutBucketLinkingLegacy.java
+++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotWithoutBucketLinkingLegacy.java
@@ -19,9 +19,12 @@
 
 import static org.apache.hadoop.ozone.om.helpers.BucketLayout.LEGACY;
 
+import org.apache.ozone.test.tag.Unhealthy;
+
 /**
  * Test OmSnapshot for Legacy bucket type.
  */
+@Unhealthy("HDDS-13466")
 public class TestOmSnapshotWithoutBucketLinkingLegacy extends TestOmSnapshot {
 
   public TestOmSnapshotWithoutBucketLinkingLegacy() throws Exception {


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

Reply via email to