linux: Suppress test for "enable-larger-than-screen".

It is failing on some DEs.
This commit is contained in:
Cheng Zhao 2014-08-20 12:23:20 +08:00
parent 27f07974e0
commit c88b691db7

View file

@ -102,6 +102,8 @@ describe 'browser-window module', ->
assert.equal size[1], 400
describe '"enable-larger-than-screen" option', ->
return if process.platform is 'linux'
beforeEach ->
w.destroy()
w = new BrowserWindow(show: true, width: 400, height: 400, 'enable-larger-than-screen': true)