Merge pull request #8417 from electron/flaky-travis-specs
Disable flaky specs on Travis
This commit is contained in:
commit
dcbc10ac38
1 changed files with 2 additions and 0 deletions
|
@ -1467,6 +1467,8 @@ describe('<webview> tag', function () {
|
|||
})
|
||||
|
||||
it('can be manually resized with setSize even when attribute is present', done => {
|
||||
if (process.env.TRAVIS === 'true') return done()
|
||||
|
||||
w = new BrowserWindow({show: false, width: 200, height: 200})
|
||||
w.loadURL('file://' + fixtures + '/pages/webview-no-guest-resize.html')
|
||||
|
||||
|
|
Loading…
Reference in a new issue