Skip to content

Commit

Permalink
cherry-pick(release-1.10): do not run video tests with Chrome Stable …
Browse files Browse the repository at this point in the history
…on Linux (#5934)

This cherry-picks PR #5931, commit 7678112
  • Loading branch information
aslushnikov authored Mar 24, 2021
1 parent 198a08b commit aeaa9fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit aeaa9fe

Please sign in to comment.