From 16908299a68ddfb55eca60b746e420fcd8a96f95 Mon Sep 17 00:00:00 2001 From: selsta Date: Mon, 27 Jul 2026 03:03:05 +0200 Subject: [PATCH] workflows: disable DNS tests on Windows and macOS --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc3112cdb..df68a84dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ env: ccache --max-size=150M CTEST_EXCLUDE_SLOW: | cd build - env DNS_PUBLIC=tcp GTEST_FILTER="-select_outputs.*" ctest --output-on-failure -E "functional_tests_rpc|core_tests|cnv4-jit|hash-variant2-int-sqrt|wide_difficulty" + env GTEST_FILTER="-DNSResolver.*:AddressFromURL.*:select_outputs.*" ctest --output-on-failure -E "functional_tests_rpc|core_tests|cnv4-jit|hash-variant2-int-sqrt|wide_difficulty" USE_DEVICE_TREZOR_MANDATORY: ON INSTALL_RUST: | curl -O https://static.rust-lang.org/rustup/archive/1.29.0/x86_64-unknown-linux-gnu/rustup-init