From c91ccac6f64c5fa8719b559daba08c0e6c9e8f50 Mon Sep 17 00:00:00 2001 From: John Spray Date: Thu, 18 May 2017 04:17:15 -0400 Subject: [PATCH] qa: remove outdated TODO in TestVolumeClient Signed-off-by: John Spray --- qa/tasks/cephfs/test_volume_client.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/qa/tasks/cephfs/test_volume_client.py b/qa/tasks/cephfs/test_volume_client.py index f67b7f941a9..e94e54a52f8 100644 --- a/qa/tasks/cephfs/test_volume_client.py +++ b/qa/tasks/cephfs/test_volume_client.py @@ -11,10 +11,6 @@ log = logging.getLogger(__name__) class TestVolumeClient(CephFSTestCase): - # - # TODO: Test that VolumeClient can recover from partial auth updates. - # - # One for looking at the global filesystem, one for being # the VolumeClient, two for mounting the created shares CLIENTS_REQUIRED = 4 -- 2.39.5