Skip to content

Commit 18d5b1f

Browse files
authored
[python] Run parfor tests separately (#204)
1 parent b3af405 commit 18d5b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ jobs:
126126
export OCL_ICD_FILENAMES=libintelocl.so
127127
export SYCL_DEVICE_FILTER=opencl:cpu
128128
export NUMBA_DISABLE_PERFORMANCE_WARNINGS=1
129-
export DPCOMP_ENABLE_PARFOR_TESTS=1
130129
pytest -n1 -vv --capture=tee-sys -rXF
130+
DPCOMP_ENABLE_PARFOR_TESTS=1 pytest "numba_dpcomp/mlir/tests/test_numba_parfor.py" -n1 -vv --capture=tee-sys -rFX
131131
displayName: 'Tests'
132132
133133
- script: |

0 commit comments

Comments
 (0)