Browse Source

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

Kevin Sawicki 8 years ago
parent
commit
bb8be83c43
1 changed files with 1 additions and 7 deletions
  1. 1 7
      spec/chromium-spec.js

+ 1 - 7
spec/chromium-spec.js

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