|
@@ -468,7 +468,7 @@ if (shotTest) {
|
|
showOnlyFailingTestsInReports = ciBuild
|
|
showOnlyFailingTestsInReports = ciBuild
|
|
// CI environment renders some shadows slightly different from local VMs
|
|
// CI environment renders some shadows slightly different from local VMs
|
|
// Add a 0.5% tolerance to account for that
|
|
// Add a 0.5% tolerance to account for that
|
|
- tolerance = ciBuild ? 0.5 : 0
|
|
|
|
|
|
+ tolerance = ciBuild ? 0.1 : 0
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|