Reduce screenshot test tolerance to 0.1%

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2024-10-11 08:37:38 +02:00 committed by Andy Scherzinger
parent 4224b45152
commit 3200a16f81
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -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
}
}