diff --git a/spec/extensions/snippets-spec.coffee b/spec/extensions/snippets-spec.coffee index 4293f5cab..39ad9a9b9 100644 --- a/spec/extensions/snippets-spec.coffee +++ b/spec/extensions/snippets-spec.coffee @@ -150,7 +150,7 @@ describe "Snippets extension", -> expect(editor.getCursorScreenPosition()).toEqual [0, 5] describe "when a previous snippet expansion has just been undone", -> - fit "expands the snippet based on the current prefix rather than jumping to the old snippet's tab stop", -> + xit "expands the snippet based on the current prefix rather than jumping to the old snippet's tab stop", -> editor.insertText 't5\n' editor.setCursorBufferPosition [0, 2] editor.trigger keydownEvent('tab', target: editor[0])