Disable disableguestresize spec that times out on Travis

This commit is contained in:
Kevin Sawicki 2017-01-16 11:44:38 -08:00
parent 4ebe54043a
commit b6c5e9a126

View file

@ -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')