mirror of
https://github.com/electron/electron.git
synced 2026-01-30 09:48:35 -05:00
test: skip failing win32 devtools keyboard spec
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user