Skip to content

Commit b5b6680

Browse files
committed
Use skip instead of xfail for now
One of the fft tests segfaults. Once it is fixed upstream in NumPy we can revert this.
1 parent e659f50 commit b5b6680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/array-api-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
NPY_PROMOTION_STATE: weak
5050
run: |
5151
cd ${GITHUB_WORKSPACE}/array-api-tests
52-
pytest array_api_tests/ --xfails-file ${GITHUB_WORKSPACE}/array-api-strict/array-api-tests-xfails.txt ${PYTEST_ARGS}
52+
pytest array_api_tests/ --skips-file ${GITHUB_WORKSPACE}/array-api-strict/array-api-tests-xfails.txt ${PYTEST_ARGS}

0 commit comments

Comments
 (0)