mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
test: disable screencast tests (#12157)
This commit is contained in:
parent
6edb80b2a5
commit
45f4df0a31
4
.github/workflows/canary.yml
vendored
4
.github/workflows/canary.yml
vendored
@ -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:
|
||||
|
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
8
.github/workflows/deflake.yml
vendored
8
.github/workflows/deflake.yml
vendored
@ -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:
|
||||
|
@ -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"],
|
||||
|
Loading…
Reference in New Issue
Block a user