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.
This commit is contained in:
John Ralls
2024-03-16 15:10:29 +01:00
parent 5522b9a428
commit 2ec3b57c2f

View File

@@ -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