From: Nizamudeen A Date: Mon, 12 May 2025 10:02:07 +0000 (+0530) Subject: qa/tests: skipping test_cephfs_clients_get_after_mds_down in test_cephfs X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F63231%2Fhead;p=ceph.git qa/tests: skipping test_cephfs_clients_get_after_mds_down in test_cephfs Skipping this in all PRs except the dashboard Fixes: https://tracker.ceph.com/issues/70791 Signed-off-by: Nizamudeen A --- diff --git a/qa/tasks/mgr/dashboard/test_cephfs.py b/qa/tasks/mgr/dashboard/test_cephfs.py index 009c6b2e8cb3..1e0da0150276 100644 --- a/qa/tasks/mgr/dashboard/test_cephfs.py +++ b/qa/tasks/mgr/dashboard/test_cephfs.py @@ -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")