Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #7754 from adobe/jeff/7632
Browse files Browse the repository at this point in the history
Comment out intermittently failing unit test
  • Loading branch information
RaymondLim committed May 5, 2014
2 parents 250745a + 040c117 commit de1d96b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/spec/DocumentCommandHandlers-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


/*jslint vars: true, plusplus: true, devel: true, browser: true, nomen: true, indent: 4, maxerr: 50 */
/*global define, $, describe, beforeEach, afterEach, it, runs, waits, waitsFor, expect, brackets, waitsForDone, waitsForFail, spyOn, beforeFirst, afterLast, jasmine */
/*global define, $, describe, beforeEach, afterEach, it, runs, waits, waitsFor, expect, brackets, waitsForDone, waitsForFail, spyOn, beforeFirst, afterLast, jasmine, xit */

define(function (require, exports, module) {
'use strict';
Expand Down Expand Up @@ -236,7 +236,7 @@ define(function (require, exports, module) {
});
});

it("should swap out untitled document from working set even when not current", function () {
xit("should swap out untitled document from working set even when not current", function () {
runs(function () {
promise = CommandManager.execute(Commands.FILE_NEW_UNTITLED);

Expand Down

0 comments on commit de1d96b

Please sign in to comment.