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 93d91ed commit f9775efCopy full SHA for f9775ef
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 = 0.7;
+ // else if (flakyListMaps.has(mockName)) threshold = 0.5;
83
if (virtualWebgl) threshold = Math.max(threshold, flakyVirtualWebgl.has(mockName) ? 0.7 : 0.4);
84
85
if (mathjax3) mockName = 'mathjax3___' + mockName;
0 commit comments