mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-28 07:51:47 -05:00
skip webUI tests tagged federated-server-needed
This commit is contained in:
@@ -3,5 +3,5 @@ CORE_COMMITID=67ce741589a98c61062277666dfbfad38d068c2c
|
||||
CORE_BRANCH=master
|
||||
|
||||
# The test runner source for UI tests
|
||||
WEB_COMMITID=da61c450806c531ce617db75dfa4a2d41fc11dc2
|
||||
WEB_COMMITID=7cd2508ffaca200348c751b8e18425d3644426e0
|
||||
WEB_BRANCH=master
|
||||
|
||||
@@ -513,7 +513,7 @@ def uiTests(ctx):
|
||||
return [uiTestPipeline(ctx, filterTags)]
|
||||
|
||||
def uiTestPipeline(ctx, filterTags, runPart = 1, numberOfParts = 1, storage = "ocis", accounts_hash_difficulty = 4):
|
||||
standardFilterTags = "not @skipOnOCIS and not @skip and not @notToImplementOnOCIS"
|
||||
standardFilterTags = "not @skipOnOCIS and not @skip and not @notToImplementOnOCIS and not @federated-server-needed"
|
||||
if filterTags == "":
|
||||
finalFilterTags = standardFilterTags
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user