Skip to content

Commit aeaa9fe

Browse files
authored
cherry-pick(release-1.10): do not run video tests with Chrome Stable on Linux (#5934)
This cherry-picks PR #5931, commit 7678112
1 parent 198a08b commit aeaa9fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
path: test-results
264264

265265
chrome_stable_linux:
266-
name: "Chrome Stable"
266+
name: "Chrome Stable (Linux)"
267267
strategy:
268268
fail-fast: false
269269
runs-on: ubuntu-18.04
@@ -287,7 +287,7 @@ jobs:
287287
# XVFB-RUN merges both STDOUT and STDERR, whereas we need only STDERR
288288
# Wrap `npm run` in a subshell to redirect STDERR to file.
289289
# Enable core dumps in the subshell.
290-
- 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"
290+
- 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"
291291
env:
292292
BROWSER: "chromium"
293293
PW_CHROMIUM_CHANNEL: "chrome"

0 commit comments

Comments
 (0)