Skip to content

Commit d4eb749

Browse files
committed
ci: Temporarily exclude Playwright tests to diagnose CI hang
1 parent 5417ad5 commit d4eb749

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/_tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs:
2121
python_version_for_codecov: "3.14"
2222
operating_system_for_codecov: ubuntu-latest
2323
tests_concurrency: "8"
24+
run_tests_command: "uv run pytest --numprocesses=1 -m 'run_alone' --ignore=tests/unit/crawlers/_playwright --ignore=tests/unit/crawlers/_adaptive_playwright --ignore=tests/unit/browsers tests/unit && uv run pytest --numprocesses=${TESTS_CONCURRENCY:-auto} -m 'not run_alone' --ignore=tests/unit/crawlers/_playwright --ignore=tests/unit/crawlers/_adaptive_playwright --ignore=tests/unit/browsers tests/unit"

0 commit comments

Comments
 (0)