From: Venky Shankar Date: Mon, 23 Feb 2026 10:11:03 +0000 (+0530) Subject: qa: temporarily disable some mirroring test (see: https://tracker.ceph.com/issues... X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2c079d55c1918cfefccf77a8845dcce2a95991f6;p=ceph.git qa: temporarily disable some mirroring test (see: https://tracker.ceph.com/issues/74984) To be tested with https://github.com/ceph/ceph/pull/66572 Signed-off-by: Venky Shankar --- diff --git a/qa/tasks/cephfs/test_mirroring.py b/qa/tasks/cephfs/test_mirroring.py index f408fdb64e7..4b9f2dcf47b 100644 --- a/qa/tasks/cephfs/test_mirroring.py +++ b/qa/tasks/cephfs/test_mirroring.py @@ -1090,6 +1090,9 @@ class TestMirroring(CephFSTestCase): def test_cephfs_mirror_incremental_sync(self): """ Test incremental snapshot synchronization (based on mtime differences).""" + + self.skipTest("temporarily disable test: snapdiff bug - see https://tracker.ceph.com/issues/74984") + self.setup_mount_b(mds_perm='rw') repo = 'ceph-qa-suite' repo_dir = 'ceph_repo' @@ -1238,6 +1241,9 @@ class TestMirroring(CephFSTestCase): mirror daemon should identify the purge and switch to using remote comparison to sync the snapshot (in the next iteration of course). """ + + self.skipTest("temporarily disable test: snapdiff bug - see https://tracker.ceph.com/issues/74984") + self.setup_mount_b(mds_perm='rw') repo = 'ceph-qa-suite' repo_dir = 'ceph_repo'