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 7, 2023
1 parent e3d4b87 commit 7991e07
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 158 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 7991e07

Please sign in to comment.