Skip to content

Commit 7aeb23d

Browse files
committed
Reduce max examples back to 200 and remove -o xfail_strict=True
1 parent 607bab6 commit 7aeb23d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Array API Tests
33
on: [push, pull_request]
44

55
env:
6-
PYTEST_ARGS: "--max-examples 300 -v -rxXfE --ci -o xfail_strict=True"
6+
PYTEST_ARGS: "--max-examples 200 -v -rxXfE --ci"
77

88
jobs:
99
tests:

0 commit comments

Comments
 (0)