Skip to content

Commit 967154d

Browse files
committed
Adjust flaky mock list and update baseline
1 parent 26b38dc commit 967154d

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

6.97 KB
Loading

test/image/compare_pixels_collections.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,7 @@
99
"map_stamen-style"
1010
],
1111
"flaky": ["gl3d_bunny-hull"],
12-
"flaky_maps": [
13-
"map_density0-legend",
14-
"map_osm-style",
15-
"map_predefined-styles1",
16-
"map_predefined-styles2"
17-
],
12+
"flaky_maps": ["map_density0-legend"],
1813
"flaky_virtual_webgl": [
1914
"gl3d_cone-wind",
2015
"gl3d_ibm-plot",

test/image/compare_pixels_test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ for (let mockName of allMockList) {
7979

8080
let threshold = 0;
8181
if (flakyList.has(mockName)) threshold = 0.2;
82-
// else if (flakyListMaps.has(mockName)) threshold = 0.5;
82+
else if (flakyListMaps.has(mockName)) threshold = 0.2;
8383
if (virtualWebgl) threshold = Math.max(threshold, flakyVirtualWebgl.has(mockName) ? 0.7 : 0.4);
8484

8585
if (mathjax3) mockName = 'mathjax3___' + mockName;

0 commit comments

Comments
 (0)