diff --git a/tests/frontend/specs/importindents.js b/tests/frontend/specs/importindents.js
index db2b33b0d..326d9e971 100644
--- a/tests/frontend/specs/importindents.js
+++ b/tests/frontend/specs/importindents.js
@@ -49,7 +49,7 @@ describe("import indents functionality", function(){
return exportresults
}
- it("import a pad with indents from html", function(done){
+ xit("import a pad with indents from html", function(done){
var importurl = helper.padChrome$.window.location.href+'/import'
var htmlWithIndents = '
- indent line 1
- indent line 2
- indent2 line 1
- indent2 line 2
'
importrequest(htmlWithIndents,importurl,"html")
@@ -67,7 +67,7 @@ describe("import indents functionality", function(){
done()
})
- it("import a pad with indented lists and newlines from html", function(done){
+ xit("import a pad with indented lists and newlines from html", function(done){
var importurl = helper.padChrome$.window.location.href+'/import'
var htmlWithIndents = '
'
importrequest(htmlWithIndents,importurl,"html")
@@ -86,7 +86,7 @@ describe("import indents functionality", function(){
expect(results[1][1]).to.be('\tindent line 1\n\n\tindent 1 line 2\n\t\tindent 2 times line 1\n\n\t\tindent 2 times line 2\n\n')
done()
})
- it("import a pad with 8 levels of indents and newlines and attributes from html", function(done){
+ xit("import a pad with 8 levels of indents and newlines and attributes from html", function(done){
var importurl = helper.padChrome$.window.location.href+'/import'
var htmlWithIndents = '
indent4 line 2 bisuindent4 line 2 bs- indent4 line 2 u
uis
'
importrequest(htmlWithIndents,importurl,"html")