We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b8622 commit 93d91edCopy full SHA for 93d91ed
1 file changed
test/image/compare_pixels_test.mjs
@@ -79,7 +79,7 @@ for (let mockName of allMockList) {
79
80
let threshold = 0;
81
if (flakyList.has(mockName)) threshold = 0.2;
82
- else if (flakyListMaps.has(mockName)) threshold = 1; // This threshold means any colors will match
+ else if (flakyListMaps.has(mockName)) threshold = 0.7;
83
if (virtualWebgl) threshold = Math.max(threshold, flakyVirtualWebgl.has(mockName) ? 0.7 : 0.4);
84
85
if (mathjax3) mockName = 'mathjax3___' + mockName;
0 commit comments