Browse Source

test: skip failing win32 devtools keyboard spec

Samuel Attard 6 years ago
parent
commit
5c42f57197
1 changed files with 3 additions and 0 deletions
  1. 3 0
      spec/api-web-contents-spec.js

+ 3 - 0
spec/api-web-contents-spec.js

@@ -373,6 +373,9 @@ describe('webContents module', () => {
     if (process.platform === 'darwin' && isCi) {
       testFn = it.skip
     }
+    if (process.platform === 'win32' && isCi) {
+      testFn = it.skip
+    }
     try {
       // We have other tests that check if native modules work, if we fail to require
       // robotjs let's skip this test to avoid false negatives