mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
Reduce screenshot test tolerance to 0.1%
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
4224b45152
commit
3200a16f81
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ if (shotTest) {
|
|||
showOnlyFailingTestsInReports = ciBuild
|
||||
// CI environment renders some shadows slightly different from local VMs
|
||||
// Add a 0.5% tolerance to account for that
|
||||
tolerance = ciBuild ? 0.5 : 0
|
||||
tolerance = ciBuild ? 0.1 : 0
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue