Disable media device specs on CI where they may not be available

This commit is contained in:
Kevin Sawicki
2017-04-18 16:16:08 -07:00
parent 24294749a0
commit bb8be83c43

View File

@@ -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
}