]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
skip the fuzzy test_quiesce_authpin_wait test wip-lusov-quiesce-test-patch
authorLeonid Usov <leonid.usov@ibm.com>
Tue, 16 Apr 2024 14:53:44 +0000 (17:53 +0300)
committerLeonid Usov <leonid.usov@ibm.com>
Tue, 16 Apr 2024 14:53:44 +0000 (17:53 +0300)
qa/tasks/cephfs/test_quiesce.py

index 39a0601215177064970d601b166c5c94191df922..25cc9436576ef7b3a8133b3b4568f514626cdc23 100644 (file)
@@ -638,6 +638,7 @@ class TestQuiesceMultiRank(QuiesceTestCase):
         op = self.fs.rank_tell(["quiesce", "path", self.subvolume, '--wait'], rank=0)['op']
         self.assertEqual(op['result'], -1) # EPERM
 
+    @unittest.skip
     def test_quiesce_authpin_wait(self):
         """
         That a quiesce_inode op with outstanding remote authpin requests can be killed.