Skip to content

Commit

Permalink
Merge pull request #58311 from rishabh-d-dave/fs-auth-nonalpha-test
Browse files Browse the repository at this point in the history
Reviewed-by: Xiubo Li <[email protected]>
Reviewed-by: Venky Shankar <[email protected]>
Reviewed-by: Dhairya Parmar <[email protected]>
  • Loading branch information
rishabh-d-dave authored Jul 12, 2024
2 parents 67afcf6 + 2130ec8 commit 3f4aee2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions qa/tasks/cephfs/test_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1798,10 +1798,9 @@ def test_single_path_authorize_on_nonalphanumeric_fsname(self):
That fs authorize command works on filesystems with names having [_.-]
characters
"""
self.skipTest('this test is broken ATM, see: '
'https://tracker.ceph.com/issues/66077')

self.mount_a.umount_wait(require_clean=True)
# let's unmount both client before deleting the FS
self.mount_b.umount_wait(require_clean=True)
self.mds_cluster.delete_all_filesystems()
fs_name = "cephfs-_."
self.fs = self.mds_cluster.newfs(name=fs_name)
Expand Down

0 comments on commit 3f4aee2

Please sign in to comment.