From 6da4ca8c7b6bf7e378407ebd46977708d537c7fa Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Wed, 6 Nov 2024 10:02:41 +0000 Subject: [PATCH] WIP --- cmake/tests.cmake | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/cmake/tests.cmake b/cmake/tests.cmake index 3c8eb2e9c07297..7759e12ea25c45 100644 --- a/cmake/tests.cmake +++ b/cmake/tests.cmake @@ -13,8 +13,9 @@ if(TARGET bitcoin-util AND TARGET bitcoin-tx AND TARGET Python3::Interpreter) ) endif() -if(TARGET Python3::Interpreter) - add_test(NAME util_rpcauth_test - COMMAND Python3::Interpreter ${PROJECT_BINARY_DIR}/test/util/rpcauth-test.py - ) -endif() +add_test(NAME util_rpcauth_test + COMMAND Python3::Interpreter ${PROJECT_BINARY_DIR}/test/util/rpcauth-test.py +) +set_tests_properties(util_rpcauth_test PROPERTIES + DISABLED $>> +)