diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-11-11 16:44:04 -0500 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-11-11 18:28:07 -0500 |
| commit | c0d7fbe5021b0d2aaa5bb1196a6b43afcecec4d0 (patch) | |
| tree | e3cb3569ec831ee2c21bf5c7df55d2d335eaff75 /.github | |
| parent | c60a708b58d6c8725f2e9dc46ac43d38250989b8 (diff) | |
Refs #35844 -- Ran selenium tests with --parallel=1.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/screenshots.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/screenshots.yml b/.github/workflows/screenshots.yml index 239b6958d8..1a835fe1a6 100644 --- a/.github/workflows/screenshots.yml +++ b/.github/workflows/screenshots.yml @@ -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 |
