Browse Source

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

It is failing on some DEs.
Cheng Zhao 10 years ago
parent
commit
c88b691db7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      spec/api-browser-window-spec.coffee

+ 2 - 0
spec/api-browser-window-spec.coffee

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