0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00

test: disable screencast tests ()

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: with:
cache: npm cache: npm
node-version-file: '.nvmrc' node-version-file: '.nvmrc'
- name: Set up FFmpeg
uses: FedericoCarboni/setup-ffmpeg@37062fbf7149fc5578d6c57e08aed62458b375d6 # v3.1.0
with:
ffmpeg-version: 6.1
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm ci
env: env:

View File

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

View File

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

View File

@ -188,12 +188,19 @@
"expectations": ["SKIP"], "expectations": ["SKIP"],
"comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" "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] *", "testIdPattern": "[screencast.spec] *",
"platforms": ["darwin", "linux", "win32"], "platforms": ["darwin", "linux", "win32"],
"parameters": ["firefox"], "parameters": ["firefox"],
"expectations": ["SKIP"], "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 *", "testIdPattern": "[screenshot.spec] Screenshots Cdp *",
@ -756,6 +763,13 @@
"expectations": ["SKIP"], "expectations": ["SKIP"],
"comment": "TODO: add a comment explaining why this expectation is required (include links to issues)" "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", "testIdPattern": "[prerender.spec] Prerender can screencast",
"platforms": ["darwin", "linux", "win32"], "platforms": ["darwin", "linux", "win32"],