mirror of
https://github.com/electron/electron.git
synced 2026-01-24 23:08:10 -05:00
Merge pull request #5445 from electron/fix-flaky-tests
Suppress the window.open tests on travis CI's mac machine
This commit is contained in:
@@ -155,6 +155,10 @@ describe('chromium feature', function () {
|
||||
})
|
||||
|
||||
describe('window.open', function () {
|
||||
if (process.env.TRAVIS === 'true' && process.platform === 'darwin') {
|
||||
return
|
||||
}
|
||||
|
||||
this.timeout(20000)
|
||||
|
||||
it('returns a BrowserWindowProxy object', function () {
|
||||
|
||||
Reference in New Issue
Block a user