Skip to content

Commit ae1605f

Browse files
committed
Remove disable deadline flag for CI
1 parent 5aace72 commit ae1605f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
env:
2929
ARRAY_API_TESTS_MODULE: array_api_strict
3030
run: |
31-
pytest -v -rxXfE --skips-file array-api-strict-skips.txt array_api_tests/ --hypothesis-disable-deadline
31+
pytest -v -rxXfE --skips-file array-api-strict-skips.txt array_api_tests/
3232
# We also have internal tests that isn't really necessary for adopters
3333
pytest -v -rxXfE meta_tests/

0 commit comments

Comments
 (0)