mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore(bidi): disable firefox tracing on CI (#32935)
Disabling as it produces [too much output](https://github.com/microsoft/playwright/pull/32908#issuecomment-2387914821).
This commit is contained in:
parent
29ffcdfc4e
commit
d7651b8f56
3
.github/workflows/tests_bidi.yml
vendored
3
.github/workflows/tests_bidi.yml
vendored
@ -13,7 +13,6 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
FORCE_COLOR: 1
|
FORCE_COLOR: 1
|
||||||
ELECTRON_SKIP_BINARY_DOWNLOAD: 1
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test_bidi:
|
test_bidi:
|
||||||
@ -44,5 +43,3 @@ jobs:
|
|||||||
run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run biditest -- --project=${{ matrix.channel }}*
|
run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run biditest -- --project=${{ matrix.channel }}*
|
||||||
env:
|
env:
|
||||||
PWTEST_USE_BIDI_EXPECTATIONS: '1'
|
PWTEST_USE_BIDI_EXPECTATIONS: '1'
|
||||||
DEBUG: ${{ matrix.channel == 'bidi-firefox-nightly' && 'pw:browser' || null }}
|
|
||||||
PWTEST_FIREFOX_USER_PREFS: '{"remote.log.level": "Trace", "remote.log.truncate": false}'
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user