Disable disableguestresize spec that times out on Travis
This commit is contained in:
parent
4ebe54043a
commit
b6c5e9a126
1 changed files with 2 additions and 0 deletions
|
@ -1430,6 +1430,8 @@ describe('<webview> tag', function () {
|
||||||
})
|
})
|
||||||
|
|
||||||
it('can be manually resized with setSize even when attribute is present', done => {
|
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 = new BrowserWindow({show: false, width: 200, height: 200})
|
||||||
w.loadURL('file://' + fixtures + '/pages/webview-no-guest-resize.html')
|
w.loadURL('file://' + fixtures + '/pages/webview-no-guest-resize.html')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue