Skip to content

Commit

Permalink
Remove disable deadline flag for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
honno committed Apr 3, 2024
1 parent 5aace72 commit ae1605f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
env:
ARRAY_API_TESTS_MODULE: array_api_strict
run: |
pytest -v -rxXfE --skips-file array-api-strict-skips.txt array_api_tests/ --hypothesis-disable-deadline
pytest -v -rxXfE --skips-file array-api-strict-skips.txt array_api_tests/
# We also have internal tests that isn't really necessary for adopters
pytest -v -rxXfE meta_tests/

0 comments on commit ae1605f

Please sign in to comment.