🐧 Disable failing spec

This commit is contained in:
Antonio Scandurra
2015-04-13 16:24:22 +02:00
parent c4205e36a6
commit 87972caf1e
2 changed files with 13 additions and 8 deletions

View File

@@ -620,6 +620,10 @@ class TextEditorComponent
measureWindowSize: ->
return unless @mounted
# FIXME: on Ubuntu (via xvfb) `window.innerWidth` reports an incorrect value
# when window gets resized through `atom.setWindowDimensions({width:
# windowWidth, height: windowHeight})`.
@presenter.setWindowSize(window.innerWidth, window.innerHeight)
sampleFontStyling: =>