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
Родитель 27f07974e0
Коммит c88b691db7
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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