Skip to content

Commit cdac714

Browse files
authored
[AMD][CI] Disable ASAN tests due to non-deterministic failures (#10071)
The test has been failing increasingly freqently. Disable while investigating.
1 parent ca6bd0c commit cdac714

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration-tests-amd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
python3 -m pytest -s -n 12 tests/
181181
fi
182182
- name: Run asan tests on AMD
183-
if: ${{ matrix.runner[0] == 'amd-gfx942' }}
183+
if: false
184184
run: |
185185
cd third_party/amd/python/test/
186186
ulimit -s 1024

0 commit comments

Comments
 (0)