diff --git a/product/ERP5/tests/testBusinessTemplate.py b/product/ERP5/tests/testBusinessTemplate.py
index 075c079d511029e16e3246798db461f4c3c223f8..86338769482b5fb301894dd96635c2843ec8f722 100755
--- a/product/ERP5/tests/testBusinessTemplate.py
+++ b/product/ERP5/tests/testBusinessTemplate.py
@@ -64,8 +64,7 @@ class TestBusinessTemplate(ERP5TypeTestCase):
   run_all_test = 1
 
   def getBusinessTemplateList(self):
-    return ('erp5_base', 'erp5_html_style',
-            'erp5_csv_style', 'erp5_pdf_style')
+    return ('erp5_csv_style', 'erp5_pdf_style')
   
   def getTitle(self):
     return "Business Template"