Skip to content

Commit 2ec3b57

Browse files
committed
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.
1 parent 5522b9a commit 2ec3b57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ jobs:
3838
with:
3939
name: TestLog
4040
path: ${{ github.workspace }}/build/Testing/Temporary/LastTest.log
41+
42+
4143
ci_tests_ASAN:
44+
if: ${{false}} # Temporarily disable, always fails.
4245
runs-on: ubuntu-latest
4346
name: Address Sanitizer CI Tests
4447
continue-on-error: true

0 commit comments

Comments
 (0)