tests: do not run video tests with Chrome Stable on Linux (#5931)
This commit is contained in:
parent
cc265fe1eb
commit
7678112242
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue