зеркало из https://github.com/electron/electron.git
linux: Suppress test for "enable-larger-than-screen".
It is failing on some DEs.
This commit is contained in:
Родитель
27f07974e0
Коммит
c88b691db7
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче