mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
Merge pull request #1332 from ether/dont-run-timeslider-test
disable timeslider test for now
This commit is contained in:
commit
2a142a01e9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ describe("timeslider", function(){
|
||||||
this.timeout(6000);
|
this.timeout(6000);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("loads adds a hundred revisions", function(done) {
|
xit("loads adds a hundred revisions", function(done) {
|
||||||
var inner$ = helper.padInner$;
|
var inner$ = helper.padInner$;
|
||||||
var chrome$ = helper.padChrome$;
|
var chrome$ = helper.padChrome$;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue