From a747efad29c878db1934c7d3b9b879c498a5e1da Mon Sep 17 00:00:00 2001 From: Tatjana Dehler Date: Fri, 11 Oct 2019 10:58:41 +0200 Subject: [PATCH] mgr/dashboard: comment questionable suites out We're currently facing some issues with our integration tests. Because of that we agreed on commenting questionable suites out to be able to run all other suites on open pull requests. 'test_health' and 'test_perf_counters' are commented out because they led to issues in relation to https://tracker.ceph.com/issues/41538 As soon as the issue has been fixed, we need to re-add these two suites again. Signed-off-by: Tatjana Dehler --- qa/suites/rados/mgr/tasks/dashboard.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/suites/rados/mgr/tasks/dashboard.yaml b/qa/suites/rados/mgr/tasks/dashboard.yaml index 68812e3e0b815..5f96e4c2d08f7 100644 --- a/qa/suites/rados/mgr/tasks/dashboard.yaml +++ b/qa/suites/rados/mgr/tasks/dashboard.yaml @@ -34,13 +34,13 @@ tasks: - tasks.mgr.dashboard.test_cluster_configuration - tasks.mgr.dashboard.test_erasure_code_profile - tasks.mgr.dashboard.test_ganesha - - tasks.mgr.dashboard.test_health + # - tasks.mgr.dashboard.test_health - tasks.mgr.dashboard.test_host - tasks.mgr.dashboard.test_logs - tasks.mgr.dashboard.test_mgr_module - tasks.mgr.dashboard.test_monitor - tasks.mgr.dashboard.test_osd - - tasks.mgr.dashboard.test_perf_counters + # - tasks.mgr.dashboard.test_perf_counters - tasks.mgr.dashboard.test_pool - tasks.mgr.dashboard.test_rbd - tasks.mgr.dashboard.test_requests -- 2.39.5