Refs #35844 -- Ran selenium tests with --parallel=1.

This commit is contained in:
Jacob Walls
2025-11-11 16:44:04 -05:00
parent c60a708b58
commit c0d7fbe502

View File

@@ -33,7 +33,7 @@ jobs:
- name: Run Selenium tests with screenshots
working-directory: ./tests/
run: python -Wall runtests.py --verbosity=2 --noinput --selenium=chrome --headless --screenshots --settings=test_sqlite --parallel=2
run: python -Wall runtests.py --verbosity=2 --noinput --selenium=chrome --headless --screenshots --settings=test_sqlite --parallel=1
- name: Cache oxipng
uses: actions/cache@v4