deactive test for issue #1125

This commit is contained in:
Peter 'Pita' Martischka 2012-11-13 08:05:05 -08:00
parent 4c095202bd
commit e13219fec9
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ describe("assign ordered list", function(){
}).done(done);
});
it("keeps the numbered list on enter for the new line - EMULATES PASTING INTO A PAD", function(done){
xit("issue #1125 keeps the numbered list on enter for the new line - EMULATES PASTING INTO A PAD", function(done){
var inner$ = helper.padInner$;
var chrome$ = helper.padChrome$;