build: remove CircleCI (#42844)
* build: remove CircleCI * chore: remove remaining CircleCI references
This commit is contained in:
parent
f173a0637a
commit
c006e129b3
20 changed files with 3 additions and 1970 deletions
|
@ -21,10 +21,6 @@ describe('setDisplayMediaRequestHandler', () => {
|
|||
server.close();
|
||||
});
|
||||
|
||||
// FIXME(nornagon): this test fails on our macOS CircleCI runners with the
|
||||
// error message:
|
||||
// [ERROR:video_capture_device_client.cc(659)] error@ OnStart@content/browser/media/capture/desktop_capture_device_mac.cc:98, CGDisplayStreamCreate failed, OS message: Value too large to be stored in data type (84)
|
||||
// This is possibly related to the OS/VM setup that CircleCI uses for macOS.
|
||||
ifit(process.platform !== 'darwin')('works when calling getDisplayMedia', async function () {
|
||||
if ((await desktopCapturer.getSources({ types: ['screen'] })).length === 0) {
|
||||
return this.skip();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue