From 60dbfc9636c6ef02aefd5b105b3645c1222dffa5 Mon Sep 17 00:00:00 2001 From: Lennart Kats Date: Mon, 28 Sep 2015 09:11:17 +0200 Subject: [PATCH] Disable test that is flaky on CI --- plugins/c9.ide.terminal/predict_echo_test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/c9.ide.terminal/predict_echo_test.js b/plugins/c9.ide.terminal/predict_echo_test.js index ac225ed9..335d84f7 100644 --- a/plugins/c9.ide.terminal/predict_echo_test.js +++ b/plugins/c9.ide.terminal/predict_echo_test.js @@ -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)