test: disable screencast tests (#12157)

This commit is contained in:
Alex Rudenko 2024-03-27 13:05:40 +01:00 committed by GitHub
parent 6edb80b2a5
commit 45f4df0a31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 15 additions and 21 deletions

View File

@ -41,10 +41,6 @@ jobs:
with:
cache: npm
node-version-file: '.nvmrc'
- name: Set up FFmpeg
uses: FedericoCarboni/setup-ffmpeg@37062fbf7149fc5578d6c57e08aed62458b375d6 # v3.1.0
with:
ffmpeg-version: 6.1
- name: Install dependencies
run: npm ci
env:

View File

@ -183,10 +183,6 @@ jobs:
with:
cache: npm
node-version-file: '.nvmrc'
- name: Set up FFmpeg
uses: FedericoCarboni/setup-ffmpeg@37062fbf7149fc5578d6c57e08aed62458b375d6 # v3.1.0
with:
ffmpeg-version: 6.1
- name: Install dependencies
run: npm ci
env:
@ -285,10 +281,6 @@ jobs:
with:
cache: npm
node-version-file: '.nvmrc'
- name: Set up FFmpeg
uses: FedericoCarboni/setup-ffmpeg@37062fbf7149fc5578d6c57e08aed62458b375d6 # v3.1.0
with:
ffmpeg-version: 6.1
- name: Install dependencies
run: npm ci
env:

View File

@ -55,10 +55,6 @@ jobs:
with:
cache: npm
node-version-file: '.nvmrc'
- name: Set up FFmpeg
uses: FedericoCarboni/setup-ffmpeg@37062fbf7149fc5578d6c57e08aed62458b375d6 # v3.1.0
with:
ffmpeg-version: 6.1
- name: Install dependencies
run: npm ci
env:
@ -114,10 +110,6 @@ jobs:
with:
cache: npm
node-version-file: '.nvmrc'
- name: Set up FFmpeg
uses: FedericoCarboni/setup-ffmpeg@37062fbf7149fc5578d6c57e08aed62458b375d6 # v3.1.0
with:
ffmpeg-version: 6.1
- name: Install dependencies
run: npm ci
env:

View File

@ -188,12 +188,19 @@
"expectations": ["SKIP"],
"comment": "TODO: add a comment explaining why this expectation is required (include links to issues)"
},
{
"testIdPattern": "[screencast.spec] *",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["chrome"],
"expectations": ["SKIP"],
"comment": "Currently no reliable ffmpeg downloads for testing https://github.com/puppeteer/puppeteer/issues/12121"
},
{
"testIdPattern": "[screencast.spec] *",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["firefox"],
"expectations": ["SKIP"],
"comment": "TODO: add a comment explaining why this expectation is required (include links to issues)"
"comment": "CDP-specific feature"
},
{
"testIdPattern": "[screenshot.spec] Screenshots Cdp *",
@ -756,6 +763,13 @@
"expectations": ["SKIP"],
"comment": "TODO: add a comment explaining why this expectation is required (include links to issues)"
},
{
"testIdPattern": "[prerender.spec] Prerender can screencast",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["chrome"],
"expectations": ["SKIP"],
"comment": "Currently no reliable ffmpeg downloads for testing https://github.com/puppeteer/puppeteer/issues/12121"
},
{
"testIdPattern": "[prerender.spec] Prerender can screencast",
"platforms": ["darwin", "linux", "win32"],