Skip to content

Commit eaa3cc9

Browse files
committed
run tests serially instead of parallel
1 parent 3d627e4 commit eaa3cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[pytest]
22
asyncio_mode=strict
33
testpaths=tests/pytest/
4-
addopts = --strict-markers --durations=6 --durations-min=5.0 --browser webkit --browser firefox --browser chromium --numprocesses auto --tracing=retain-on-failure --video=retain-on-failure
4+
addopts = --strict-markers --durations=6 --durations-min=5.0 --browser chromium --tracing=retain-on-failure --video=retain-on-failure

0 commit comments

Comments
 (0)