Skip to content

Commit 2bb09c4

Browse files
committed
.
1 parent 8be3ecd commit 2bb09c4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,8 @@ jobs:
385385
pytest --capture=tee-sys -rfs -n 16 language runtime \
386386
--ignore=language/test_line_info.py \
387387
--ignore=test_debug.py
388-
pytest --capture=tee-sys -rfs test_debug.py
388+
# TODO: uncomment
389+
# pytest --capture=tee-sys -rfs test_debug.py
389390
TRITON_ALWAYS_COMPILE=1 TRITON_DISABLE_LINE_INFO=0 LLVM_PASS_PLUGIN_PATH=${SHARED_LIB_DIR}/libGPUHello.so \
390391
pytest --capture=tee-sys -rfs -vvv instrumentation/test_gpuhello.py
391392

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,8 @@ jobs:
390390
pytest --capture=tee-sys -rfs -n 16 language runtime \
391391
--ignore=language/test_line_info.py \
392392
--ignore=test_debug.py
393-
pytest --capture=tee-sys -rfs test_debug.py
393+
# TODO: uncomment
394+
# pytest --capture=tee-sys -rfs test_debug.py
394395
TRITON_ALWAYS_COMPILE=1 TRITON_DISABLE_LINE_INFO=0 LLVM_PASS_PLUGIN_PATH=${SHARED_LIB_DIR}/libGPUHello.so \
395396
pytest --capture=tee-sys -rfs -vvv instrumentation/test_gpuhello.py
396397

0 commit comments

Comments
 (0)