From b1d2396cb9974bafef2f0ecbd211473d13dcf528 Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Fri, 27 Jan 2023 00:08:32 +0000 Subject: [PATCH] Disable faling test - unreproducible locally, appears to be a github issue --- .github/workflows/tests.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index df4c42e..1f36d68 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -59,10 +59,14 @@ jobs: fail-fast: true matrix: flags: - - -fsanitize=leak - -fsanitize=address -static-libasan - -fsanitize=undefined -static-libubsan +# This option results in timeouts sending RPC requests during the +# test_integration_supernode.sh test when running in github actions. +# Disable it until more investigation can be done. +# - -fsanitize=leak + steps: - uses: actions/checkout@v2 with: