]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tests: skipping test_cephfs_clients_get_after_mds_down in test_cephfs 63231/head
authorNizamudeen A <nia@redhat.com>
Mon, 12 May 2025 10:02:07 +0000 (15:32 +0530)
committerNizamudeen A <nia@redhat.com>
Mon, 12 May 2025 10:02:07 +0000 (15:32 +0530)
Skipping this in all PRs except the dashboard

Fixes: https://tracker.ceph.com/issues/70791
Signed-off-by: Nizamudeen A <nia@redhat.com>
qa/tasks/mgr/dashboard/test_cephfs.py

index 009c6b2e8cb3ea13c329088d71e63c3a2a72dbf0..1e0da0150276da7ffbf54623853ccd4bc39c64f7 100644 (file)
@@ -3,7 +3,8 @@
 
 from contextlib import contextmanager
 
-from .helper import DashboardTestCase, JLeaf, JList, JObj
+from .helper import (DashboardTestCase, JLeaf, JList, JObj,
+                     skip_unless_dashboard_pr)
 
 
 class CephfsTest(DashboardTestCase):
@@ -354,6 +355,7 @@ class CephfsTest(DashboardTestCase):
 
         self.rm_dir('/animal')
 
+    @skip_unless_dashboard_pr
     def test_cephfs_clients_get_after_mds_down(self):
         fs_id = self.get_fs_id()
         self._get(f"/api/cephfs/{fs_id}/clients")