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.
pull/1887/head
John Ralls 2 years ago
parent 5522b9a428
commit 2ec3b57c2f

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

Loading…
Cancel
Save