Merge pull request +9619 from c9/disable-test

[Trivial] Disable test that is flaky on CI
pull/199/head
Tim Robinson 2015-09-29 11:34:14 +02:00
commit 60ad2435d3
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -299,7 +299,8 @@ require(["lib/architect/architect", "lib/chai/chai", "/vfs-root", "ace/test/asse
sendAll(["e", "h"]);
});
it("supports delete with repeated characters; stress test", function loop(done, attempt) {
// Fails on CI server (https://github.com/c9/newclient/issues/9550)
it.skip("supports delete with repeated characters; stress test", function loop(done, attempt) {
this.timeout && this.timeout(60000);
session.$predictor.state = 0;
if (attempt === 5)