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 07a77ca
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 114 deletions.
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
Loading

0 comments on commit 07a77ca

Please sign in to comment.