From 2ec3b57c2f5d3df0a577cc6162e7daf3a3a77944 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sat, 16 Mar 2024 15:10:29 +0100 Subject: [PATCH] Temporarily disable ASAN tests. Something has changed in the Ubuntu runner that causes a build failure on a commit that passed a few days ago, so disable the job until we can figure out what's wrong. --- .github/workflows/ci-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 71c711debc..4f2692e1f6 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -38,7 +38,10 @@ jobs: with: name: TestLog path: ${{ github.workspace }}/build/Testing/Temporary/LastTest.log + + ci_tests_ASAN: + if: ${{false}} # Temporarily disable, always fails. runs-on: ubuntu-latest name: Address Sanitizer CI Tests continue-on-error: true