From 54903219c44da3732b0f53dd8efb53f694c2251e Mon Sep 17 00:00:00 2001 From: Leonid Usov Date: Tue, 16 Apr 2024 17:53:44 +0300 Subject: [PATCH] skip the fuzzy test_quiesce_authpin_wait test --- qa/tasks/cephfs/test_quiesce.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/tasks/cephfs/test_quiesce.py b/qa/tasks/cephfs/test_quiesce.py index 39a0601215177..25cc9436576ef 100644 --- a/qa/tasks/cephfs/test_quiesce.py +++ b/qa/tasks/cephfs/test_quiesce.py @@ -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. -- 2.39.5