mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
linux: Suppress test for "enable-larger-than-screen".
It is failing on some DEs.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user