File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Array API Tests
3
3
on : [push, pull_request]
4
4
5
5
env :
6
- PYTEST_ARGS : " -v -rxXfE --ci"
6
+ PYTEST_ARGS : " -v -rxXfE --ci --xfails-file ${GITHUB_WORKSPACE}/array-api-strict/array-api-tests-xfails.txt "
7
7
8
8
jobs :
9
9
array-api-tests :
Original file line number Diff line number Diff line change
1
+ # Some fft tests are currently wrong
2
+ # (https://github.com/data-apis/array-api-tests/issues/231)
3
+ array_api_tests/test_fft.py::test_fft
4
+ array_api_tests/test_fft.py::test_ifft
5
+ array_api_tests/test_fft.py::test_fftn
6
+ array_api_tests/test_fft.py::test_ifftn
7
+ array_api_tests/test_fft.py::test_rfft
8
+ array_api_tests/test_fft.py::test_irfft
9
+ array_api_tests/test_fft.py::test_rfftn
10
+ array_api_tests/test_fft.py::test_irfftn
11
+ array_api_tests/test_fft.py::test_hfft
12
+ array_api_tests/test_fft.py::test_ihfft
You can’t perform that action at this time.
0 commit comments