]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: temporarily disable some mirroring test (see: https://tracker.ceph.com/issues... 67477/head
authorVenky Shankar <vshankar@redhat.com>
Mon, 23 Feb 2026 10:11:03 +0000 (15:41 +0530)
committerVenky Shankar <vshankar@redhat.com>
Mon, 23 Feb 2026 10:11:03 +0000 (15:41 +0530)
To be tested with https://github.com/ceph/ceph/pull/66572

Signed-off-by: Venky Shankar <vshankar@redhat.com>
qa/tasks/cephfs/test_mirroring.py

index f408fdb64e782f7d1b79f171582909164513ae84..4b9f2dcf47bcca7942fb0ffb741890e841aebd60 100644 (file)
@@ -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'