From b3e3eb316620f2f97232f1b94de19c92973b531b Mon Sep 17 00:00:00 2001 From: Richard Cohen Date: Tue, 28 Feb 2023 12:15:00 +0000 Subject: [PATCH] By default, filter out online_wiggle in test-gnc-quotes The test relies on a lot of external dependencies - installed finance-quote-wrapper - alpha vantage key - network - working remote server Running ./bin/test-gnc-quotes from the command line will still include online_wiggle --- libgnucash/app-utils/test/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libgnucash/app-utils/test/CMakeLists.txt b/libgnucash/app-utils/test/CMakeLists.txt index 8616bb5f18..b2da73c39c 100644 --- a/libgnucash/app-utils/test/CMakeLists.txt +++ b/libgnucash/app-utils/test/CMakeLists.txt @@ -48,7 +48,8 @@ set(test_gnc_quotes_LIBS ${Boost_PROPERTY_TREE_LIBRARY} ${Boost_SYSTEM_LIBRARY} ) -gnc_add_test(test-gnc-quotes "${test_gnc_quotes_SOURCES}" test_gnc_quotes_INCLUDES test_gnc_quotes_LIBS) +gnc_add_test(test-gnc-quotes "${test_gnc_quotes_SOURCES}" test_gnc_quotes_INCLUDES test_gnc_quotes_LIBS + "GTEST_FILTER=-GncQuotesTest.online_wiggle") set(GUILE_DEPENDS scm-test-engine