Commit c4ef0f41 authored by Ivan Tyagov's avatar Ivan Tyagov

Disable temporary setting portal name in order to debug issues with

testnode's test execution when multiple nodes are involved.
parent 462c4445
......@@ -73,7 +73,7 @@ class InventoryAPITestCase(ERP5TypeTestCase):
"""Title of the test."""
return 'Inventory API'
def getPortalName(self):
def getPortalNameDisable(self):
"""ID of the portal. """
forced_portal_id = os.environ.get('erp5_tests_portal_id')
if forced_portal_id:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment