mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Disable media device specs on CI where they may not be available
This commit is contained in:
@@ -94,13 +94,7 @@ describe('chromium feature', function () {
|
||||
})
|
||||
|
||||
describe('navigator.mediaDevices', function () {
|
||||
if (process.env.TRAVIS === 'true') {
|
||||
return
|
||||
}
|
||||
if (isCI && process.platform === 'linux') {
|
||||
return
|
||||
}
|
||||
if (isCI && process.platform === 'win32') {
|
||||
if (isCI) {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user