From 37b82b879396279bfd4ba8967b510fa23413b3d0 Mon Sep 17 00:00:00 2001 From: Paul Cuzner Date: Wed, 27 Oct 2021 09:58:17 +1300 Subject: [PATCH] mgr/prometheus: remove cmake tests Temporary removal of the cmake test integration Signed-off-by: Paul Cuzner --- monitoring/prometheus/tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring/prometheus/tests/CMakeLists.txt b/monitoring/prometheus/tests/CMakeLists.txt index 5a6a062a133..15fce8e1e02 100644 --- a/monitoring/prometheus/tests/CMakeLists.txt +++ b/monitoring/prometheus/tests/CMakeLists.txt @@ -1,4 +1,4 @@ if(WITH_TESTS) include(AddCephTest) - add_tox_test(prometheus-alerts ${CMAKE_CURRENT_SOURCE_DIR} TOX_ENVS py3) + # add_tox_test(prometheus-alerts ${CMAKE_CURRENT_SOURCE_DIR} TOX_ENVS py3) endif() -- 2.47.3