cherry-pick(release-1.10): do not run video tests with Chrome Stable on Linux (#5934)

This cherry-picks PR #5931, commit 7678112242
This commit is contained in:
Andrey Lushnikov 2021-03-23 22:27:54 -07:00 committed by GitHub
parent 198a08bd92
commit aeaa9fe9e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -263,7 +263,7 @@ jobs:
path: test-results
chrome_stable_linux:
name: "Chrome Stable"
name: "Chrome Stable (Linux)"
strategy:
fail-fast: false
runs-on: ubuntu-18.04
@ -287,7 +287,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"