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 authored and amrita-shrestha committed Feb 10, 2023
1 parent 12a5a40 commit 8c37b2d
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 158 deletions.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,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 8c37b2d

Please sign in to comment.