mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Disable disableguestresize spec that times out on Travis
This commit is contained in:
@@ -1430,6 +1430,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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user