]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/prometheus: remove cmake tests 43293/head
authorPaul Cuzner <pcuzner@redhat.com>
Tue, 26 Oct 2021 20:58:17 +0000 (09:58 +1300)
committerPaul Cuzner <pcuzner@redhat.com>
Tue, 26 Oct 2021 20:58:17 +0000 (09:58 +1300)
Temporary removal of the cmake test integration

Signed-off-by: Paul Cuzner <pcuzner@redhat.com>
monitoring/prometheus/tests/CMakeLists.txt

index 5a6a062a13306fbcc7b091fce6d5e50df125ebc5..15fce8e1e02b7fffe28b5cf6dcc7408de5ff6750 100644 (file)
@@ -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()