Temporarily disable this test while debugging the issue (since https://github.com/ceph/ceph/pull/43669
originally passed the ARM check).
Fixes: https://tracker.ceph.com/issues/53451
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
(cherry picked from commit
d10b0b7e728ccd28e1002271ce71e6f94a074256)
endif()
if(WITH_GRAFANA)
+ if(NOT CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64|AARCH64|arm|ARM")
include(AddCephTest)
add_tox_test(grafana-check TOX_ENVS grafonnet-check)
add_tox_test(grafana-query-test TOX_ENVS promql-query-test)
APPEND
PROPERTY ENVIRONMENT
GRAFONNET_PATH=${SOURCE_DIR}/grafonnet)
+ endif(NOT CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64|AARCH64|arm|ARM")
endif()