diff --git a/product/ERP5Type/tests/ERP5TypeTestCase.py b/product/ERP5Type/tests/ERP5TypeTestCase.py
index 09a6e94962fa8fac2e1c30055a6ea0de2ea9f8e6..0e814fe86226f1eee5876a0b29d8830991a64cb6 100644
--- a/product/ERP5Type/tests/ERP5TypeTestCase.py
+++ b/product/ERP5Type/tests/ERP5TypeTestCase.py
@@ -212,10 +212,6 @@ class ERP5TypeTestCase(PortalTestCase):
     This TestCase setups an ERP5Site and installs business templates.
     """
 
-    def shortDescription(self):
-        doc = self._TestCase__testMethodDoc
-        return doc and str(self) + ', ' + doc.split("\n")[0].strip() or None
-
     def dummy_test(self):
       ZopeTestCase._print('All tests are skipped when --save option is passed '
                           'with --update_business_templates or without --load')