summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2013-01-07 11:49:04 +0000
committerJohn McLear <john@mclear.co.uk>2013-01-07 11:49:04 +0000
commit7a2f16f2880121132a172cf2ca32e2faa01fe0aa (patch)
treeb30739ea9c44f921f12f554e9e33deb7c084d944 /tests
parent1d5dbd45ca88ac9b5f025d5f1aae097301a6a234 (diff)
downloadetherpad-lite-7a2f16f2880121132a172cf2ca32e2faa01fe0aa.zip
dont run timeslider test for now
Diffstat (limited to 'tests')
-rw-r--r--tests/frontend/specs/timeslider_revisions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/specs/timeslider_revisions.js b/tests/frontend/specs/timeslider_revisions.js
index cf579074..af59051a 100644
--- a/tests/frontend/specs/timeslider_revisions.js
+++ b/tests/frontend/specs/timeslider_revisions.js
@@ -5,7 +5,7 @@ describe("timeslider", function(){
this.timeout(6000);
});
- it("loads adds a hundred revisions", function(done) {
+ xit("loads adds a hundred revisions", function(done) {
var inner$ = helper.padInner$;
var chrome$ = helper.padChrome$;