linux: Suppress test for "enable-larger-than-screen".
It is failing on some DEs.
This commit is contained in:
parent
27f07974e0
commit
c88b691db7
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue