Skip to content

Commit

Permalink
Fixed line numbers in expected failure
Browse files Browse the repository at this point in the history
  • Loading branch information
grgprarup committed Feb 14, 2023
1 parent 039da29 commit f3a36af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ def uiTests(ctx):
return pipelines

def uiTestPipeline(ctx, filterTags, early_fail, runPart = 1, numberOfParts = 1, storage = "ocis", uniqueName = "", accounts_hash_difficulty = 4):
standardFilterTags = "not @skipOnOCIS and not @skip and not @federated-server-needed"
standardFilterTags = "not @skipOnOCIS and not @skip and not @notToImplementOnOCIS and not @federated-server-needed"
if filterTags == "":
finalFilterTags = standardFilterTags
expectedFailuresFileFilterTags = ""
Expand Down

0 comments on commit f3a36af

Please sign in to comment.