Skip to content

Commit

Permalink
increase threshold for osx tests
Browse files Browse the repository at this point in the history
  • Loading branch information
roopavr-adsk committed Feb 15, 2024
1 parent c0149c1 commit 6bf3c04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def imageDiffFailPercent(self):
# HYDRA-837 : Wireframes seem to have a slightly different color on macOS. We'll increase the thresholds
# for that platform specifically for now, so we can still catch issues on other platforms.
if platform.system() == "Darwin":
return 3
return 4
return 0.2

def switchDisplayModes(self):
Expand Down

0 comments on commit 6bf3c04

Please sign in to comment.