From: Tatjana Dehler Date: Fri, 11 Oct 2019 08:58:41 +0000 (+0200) Subject: mgr/dashboard: comment questionable suites out X-Git-Tag: v15.1.0~1276^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F30864%2Fhead;p=ceph.git 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 --- diff --git a/qa/suites/rados/mgr/tasks/dashboard.yaml b/qa/suites/rados/mgr/tasks/dashboard.yaml index 68812e3e0b81..5f96e4c2d08f 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