diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index d3cf4a869a7a..34cc89ff21a3 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -392,6 +392,7 @@ jobs: # Run test_line_info.py separately with TRITON_DISABLE_LINE_INFO=0 TRITON_DISABLE_LINE_INFO=0 python3 -m pytest -s -n 8 language/test_line_info.py - name: Run asan tests on HIP + if: false run: | cd third_party/amd/python/test/ ulimit -s 1024 diff --git a/.github/workflows/integration-tests.yml.in b/.github/workflows/integration-tests.yml.in index cd6c81688e81..e915991e1d32 100644 --- a/.github/workflows/integration-tests.yml.in +++ b/.github/workflows/integration-tests.yml.in @@ -384,6 +384,7 @@ jobs: # Run test_line_info.py separately with TRITON_DISABLE_LINE_INFO=0 TRITON_DISABLE_LINE_INFO=0 python3 -m pytest -s -n 8 language/test_line_info.py - name: Run asan tests on HIP + if: false run: | cd third_party/amd/python/test/ ulimit -s 1024