mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Skip obsolete tests for now, but delete them later
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
CustomGutterComponent = require '../src/custom-gutter-component'
|
||||
Gutter = require '../src/gutter'
|
||||
|
||||
describe "CustomGutterComponent", ->
|
||||
xdescribe "CustomGutterComponent", ->
|
||||
[gutterComponent, gutter] = []
|
||||
|
||||
beforeEach ->
|
||||
|
||||
@@ -2,7 +2,7 @@ Gutter = require '../src/gutter'
|
||||
GutterContainerComponent = require '../src/gutter-container-component'
|
||||
DOMElementPool = require '../src/dom-element-pool'
|
||||
|
||||
describe "GutterContainerComponent", ->
|
||||
xdescribe "GutterContainerComponent", ->
|
||||
[gutterContainerComponent] = []
|
||||
mockGutterContainer = {}
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ LinesYardstick = require '../src/lines-yardstick'
|
||||
LineTopIndex = require 'line-top-index'
|
||||
{Point} = require 'text-buffer'
|
||||
|
||||
describe "LinesYardstick", ->
|
||||
xdescribe "LinesYardstick", ->
|
||||
[editor, mockLineNodesProvider, createdLineNodes, linesYardstick, buildLineNode] = []
|
||||
|
||||
beforeEach ->
|
||||
|
||||
@@ -7,7 +7,7 @@ TextEditorPresenter = require '../src/text-editor-presenter'
|
||||
FakeLinesYardstick = require './fake-lines-yardstick'
|
||||
LineTopIndex = require 'line-top-index'
|
||||
|
||||
describe "TextEditorPresenter", ->
|
||||
xdescribe "TextEditorPresenter", ->
|
||||
# These `describe` and `it` blocks mirror the structure of the ::state object.
|
||||
# Please maintain this structure when adding specs for new state fields.
|
||||
describe "::get(Pre|Post)MeasurementState()", ->
|
||||
|
||||
Reference in New Issue
Block a user