summaryrefslogtreecommitdiff
path: root/.github/workflows/selenium.yml
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2025-11-11 20:51:13 -0500
committerJacob Walls <jacobtylerwalls@gmail.com>2025-11-11 21:30:00 -0500
commita1ce852e52f45da7528446cef3a1f02416531771 (patch)
treec298a4aee36d483dc27a8097be8bc6b91985924c /.github/workflows/selenium.yml
parentc0d7fbe5021b0d2aaa5bb1196a6b43afcecec4d0 (diff)
Refs #35844 -- Ran further selenium tests with --parallel=1.
Diffstat (limited to '.github/workflows/selenium.yml')
-rw-r--r--.github/workflows/selenium.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/selenium.yml b/.github/workflows/selenium.yml
index b9a573e37b..d62268658f 100644
--- a/.github/workflows/selenium.yml
+++ b/.github/workflows/selenium.yml
@@ -35,7 +35,7 @@ jobs:
- name: Run Selenium tests
working-directory: ./tests/
run: |
- python -Wall runtests.py --verbosity 2 --noinput --selenium=chrome --headless --settings=test_sqlite --parallel 2
+ python -Wall runtests.py --verbosity 2 --noinput --selenium=chrome --headless --settings=test_sqlite --parallel 1
selenium-postgresql:
if: contains(github.event.pull_request.labels.*.name, 'selenium')
@@ -74,4 +74,4 @@ jobs:
- name: Run Selenium tests
working-directory: ./tests/
run: |
- python -Wall runtests.py --verbosity 2 --noinput --selenium=chrome --headless --settings=test_postgres --parallel 2
+ python -Wall runtests.py --verbosity 2 --noinput --selenium=chrome --headless --settings=test_postgres --parallel 1