diff --git a/product/ERP5Type/tests/ERP5TypeTestCase.py b/product/ERP5Type/tests/ERP5TypeTestCase.py
index 2e25d42642b8e03e83d0378a8383b96ca302199f..a82c51e1b3f15f55a95038cb19cb4a40a46ef720 100755
--- a/product/ERP5Type/tests/ERP5TypeTestCase.py
+++ b/product/ERP5Type/tests/ERP5TypeTestCase.py
@@ -324,10 +324,6 @@ def setupERP5Site(business_template_list=(), app=None, portal_name=portal_name,
               setattr(app,'isIndexable',1)
               portal.portal_catalog.manage_hotReindexAll()
  
-            # XXX: currently a bug prevent BusinessTemplates' Path items to be reindexed 
-            skins_tool = getToolByName(portal, 'portal_skins', None)
-            skins_tool["erp5_core"].ERP5Site_reindexAll()
-            
             portal_activities = getattr(portal,'portal_activities',None)
             if portal_activities is not None:
               while len(portal_activities.getMessageList()) > 0: