File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -139,11 +139,11 @@ jobs:
139139 cd array-api-tests
140140 python -m pytest -x array_api_tests/test_creation_functions.py --skips-file=../_unittests/onnx-numpy-skips.txt --hypothesis-explain
141141 displayName: "numpy test_creation_functions.py"
142- - script : |
143- export ARRAY_API_TESTS_MODULE=onnx_array_api.array_api.onnx_ort
144- cd array-api-tests
145- python -m pytest -x array_api_tests/test_creation_functions.py --skips-file=../_unittests/onnx-ort-skips.txt --hypothesis-explain
146- displayName: "ort test_creation_functions.py"
142+ # - script: |
143+ # export ARRAY_API_TESTS_MODULE=onnx_array_api.array_api.onnx_ort
144+ # cd array-api-tests
145+ # python -m pytest -x array_api_tests/test_creation_functions.py --skips-file=../_unittests/onnx-ort-skips.txt --hypothesis-explain
146+ # displayName: "ort test_creation_functions.py"
147147 # - script: |
148148 # export ARRAY_API_TESTS_MODULE=onnx_array_api.array_api.onnx_numpy
149149 # cd array-api-tests
You can’t perform that action at this time.
0 commit comments