tests: do not run video tests with Chrome Stable on Linux (#5931)

This commit is contained in:
Andrey Lushnikov 2021-03-23 22:18:49 -07:00 committed by GitHub
parent cc265fe1eb
commit 7678112242
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -262,7 +262,7 @@ jobs:
path: test-results
chrome_stable_linux:
name: "Chrome Stable"
name: "Chrome Stable (Linux)"
strategy:
fail-fast: false
runs-on: ubuntu-18.04
@ -286,7 +286,7 @@ jobs:
# XVFB-RUN merges both STDOUT and STDERR, whereas we need only STDERR
# Wrap `npm run` in a subshell to redirect STDERR to file.
# Enable core dumps in the subshell.
- run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- bash -c "ulimit -c unlimited && npx folio test/ --workers=1 --forbid-only --timeout=60000 --global-timeout=5400000 --retries=3 --reporter=dot,json -p video"
- run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- bash -c "ulimit -c unlimited && npx folio test/ --workers=1 --forbid-only --timeout=60000 --global-timeout=5400000 --retries=3 --reporter=dot,json"
env:
BROWSER: "chromium"
PW_CHROMIUM_CHANNEL: "chrome"