From 3e11b38eaf1703cdef7ff0c131a7bb847bf43693 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Wed, 14 Nov 2012 13:13:39 -0700 Subject: [PATCH] Disable spec for cursor idle class. We're going to blink it manually. --- spec/app/editor-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/app/editor-spec.coffee b/spec/app/editor-spec.coffee index 14a43bd53..b7719d7ed 100644 --- a/spec/app/editor-spec.coffee +++ b/spec/app/editor-spec.coffee @@ -907,7 +907,7 @@ describe "Editor", -> editor.setCursorScreenPosition(row: 2, column: 2) expect(editor.getCursorView().position()).toEqual(top: 2 * editor.lineHeight, left: 2 * editor.charWidth) - it "removes the idle class while moving, then adds it back when it stops", -> + xit "removes the idle class while moving, then adds it back when it stops", -> cursorView = editor.getCursorView() advanceClock(200)