Skip to content

Commit 696225c

Browse files
authored
test(bidi): install libavcodec in CI for Firefox (#41736)
1 parent 615e1c7 commit 696225c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tests_bidi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
- run: npx playwright install --with-deps chromium
5656
- if: matrix.channel == 'moz-firefox-nightly'
5757
run: |
58+
sudo apt-get update
59+
sudo apt-get install -y libavcodec60
5860
echo "BIDI_FFPATH=$(npx -y @puppeteer/browsers install firefox@nightly | tail -n1 | sed 's/^[^ ]* *//')" >> "$GITHUB_ENV"
5961
- name: Run tests
6062
run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run biditest -- --retries=${{ matrix.isPullRequest && 2 || 0 }} --project=${{ matrix.channel }}*

tests/bidi/expectations/moz-firefox-nightly-library.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ library/browsertype-connect.spec.ts › run-server › should save download [fai
6363
library/browsertype-connect.spec.ts › run-server › should upload a folder [fail]
6464
library/browsertype-launch.spec.ts › should reject if launched browser fails immediately [fail]
6565
library/capabilities.spec.ts › SharedArrayBuffer should work @smoke [timeout]
66-
library/capabilities.spec.ts › should play video @smoke [timeout]
6766
library/channels.spec.ts › should work with the domain module [timeout]
6867
library/chromium/chromium.spec.ts › PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS=1 › serviceWorker(), and fromServiceWorker() work [timeout]
6968
library/chromium/chromium.spec.ts › PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS=1 › setExtraHTTPHeaders [timeout]

0 commit comments

Comments
 (0)