Skip to content

Commit 7678112

Browse files
authored
tests: do not run video tests with Chrome Stable on Linux (#5931)
1 parent cc265fe commit 7678112

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
@@ -262,7 +262,7 @@ jobs:
262262
path: test-results
263263

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

0 commit comments

Comments
 (0)