From 0014151c7e227128c6aec2fad9563138f185c2bd Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Tue, 2 Oct 2018 14:01:06 -0700 Subject: [PATCH] qa: remove check using method from master Not essential we check this and it breaks tests in Luminous. Signed-off-by: Patrick Donnelly --- qa/tasks/cephfs/test_misc.py | 1 - 1 file changed, 1 deletion(-) 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() -- 2.47.3