From: Patrick Donnelly Date: Tue, 2 Oct 2018 21:01:06 +0000 (-0700) Subject: qa: remove check using method from master X-Git-Tag: v12.2.9~35^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F24086%2Fhead;p=ceph.git qa: remove check using method from master Not essential we check this and it breaks tests in Luminous. Signed-off-by: Patrick Donnelly --- diff --git a/qa/tasks/cephfs/test_misc.py b/qa/tasks/cephfs/test_misc.py index 63bebfe38b67..4158538fd41d 100644 --- a/qa/tasks/cephfs/test_misc.py +++ b/qa/tasks/cephfs/test_misc.py @@ -173,7 +173,6 @@ class TestMisc(CephFSTestCase): cap_waited, session_timeout )) - self.assertTrue(self.mount_a.is_blacklisted()) cap_holder.stdin.close() try: cap_holder.wait()