skip webUI tests tagged federated-server-needed

This commit is contained in:
Phil Davis committed 2021-06-04 20:11:38 +05:45
1 parent 6a54682c69
commit 452fb79eec
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -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
+1 -1
View File
@@ -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: