Skip to content

Commit 2c1058b

Browse files
authored
Merge pull request ceph#63231 from rhcs-dashboard/skip-cephfs-tests
qa/tests: skipping test_cephfs_clients_get_after_mds_down in test_cephfs
2 parents e1f7b2c + 5f34af4 commit 2c1058b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

qa/tasks/mgr/dashboard/test_cephfs.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
from contextlib import contextmanager
55

6-
from .helper import DashboardTestCase, JLeaf, JList, JObj
6+
from .helper import (DashboardTestCase, JLeaf, JList, JObj,
7+
skip_unless_dashboard_pr)
78

89

910
class CephfsTest(DashboardTestCase):
@@ -354,6 +355,7 @@ def test_statfs(self):
354355

355356
self.rm_dir('/animal')
356357

358+
@skip_unless_dashboard_pr
357359
def test_cephfs_clients_get_after_mds_down(self):
358360
fs_id = self.get_fs_id()
359361
self._get(f"/api/cephfs/{fs_id}/clients")

0 commit comments

Comments
 (0)