kopia lustrzana https://github.com/c9/core
Disable test that is flaky on CI
rodzic
9065976937
commit
60dbfc9636
|
@ -299,7 +299,8 @@ require(["lib/architect/architect", "lib/chai/chai", "/vfs-root", "ace/test/asse
|
||||||
sendAll(["e", "h"]);
|
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);
|
this.timeout && this.timeout(60000);
|
||||||
session.$predictor.state = 0;
|
session.$predictor.state = 0;
|
||||||
if (attempt === 5)
|
if (attempt === 5)
|
||||||
|
|
Ładowanie…
Reference in New Issue