diff --git a/product/ERP5OOo/tests/testDms.py b/product/ERP5OOo/tests/testDms.py
index c6501b2504d0cc97a585087c7b7261b849b440b5..7b1851dd61e27df6bfacd85e7fe2629cb3f268c9 100644
--- a/product/ERP5OOo/tests/testDms.py
+++ b/product/ERP5OOo/tests/testDms.py
@@ -60,6 +60,7 @@ from Products.ERP5OOo.OOoUtils import OOoBuilder
 from AccessControl.SecurityManagement import newSecurityManager
 from zLOG import LOG
 from Products.ERP5.Document.Document import NotConvertedError
+from Products.ERP5Type.tests.backportUnittest import expectedFailure
 import os
 
 QUIET = 0
@@ -1422,7 +1423,7 @@ class TestDocument(ERP5TypeTestCase, ZopeTestCase.Functional):
     self.stepTic()
     self.assertSameSet([person1, person2], 
                        doc.getContributorValueList())
-
+  @expectedFailure
   def test_safeHTML_conversion(self):
     """This test create a Web Page and test asSafeHTML conversion.
     Test also with a very non well-formed html document