Commit 201458bf authored by Aurel's avatar Aurel

do not run SMB test here

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