Commit f6268aae authored by Aurel's avatar Aurel

do not run developper tests

parent 0e1ad534
...@@ -39,7 +39,7 @@ class TestZeleniumStandaloneUserTutorial(ERP5TypeFunctionalTestCase): ...@@ -39,7 +39,7 @@ class TestZeleniumStandaloneUserTutorial(ERP5TypeFunctionalTestCase):
def afterSetUp(self): def afterSetUp(self):
url_list = [] url_list = []
for x in self.portal.test_page_module.objectValues(): for x in self.portal.test_page_module.objectValues():
if "SMB" not in x.getId(): if "SMB" not in x.getId() and "developer" not in x.getId():
url_list.append("test_page_module/"+x.getId()) url_list.append("test_page_module/"+x.getId())
self.remote_code_url_list = url_list self.remote_code_url_list = url_list
ERP5TypeFunctionalTestCase.afterSetUp(self) ERP5TypeFunctionalTestCase.afterSetUp(self)
......
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