From 5f34af44b9d517dccc718d9e6da92e59fcc7624f Mon Sep 17 00:00:00 2001 From: Nizamudeen A Date: Mon, 12 May 2025 15:32:07 +0530 Subject: [PATCH] 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 --- qa/tasks/mgr/dashboard/test_cephfs.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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") -- 2.47.3