Skip to content

Commit e7199ea

Browse files
committed
Update virtual webgl mock list
1 parent 6c8e23e commit e7199ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/image/compare_pixels_test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const flakyListVirtualWebgl = new Set([
8585
]);
8686

8787
if (virtualWebgl) {
88-
allMockList = allMockList.filter((a) => a.startsWith('gl'));
88+
allMockList = allMockList.filter((a) => a.startsWith('gl') || a.startsWith('map'));
8989
}
9090

9191
if (mathjax3) {

0 commit comments

Comments
 (0)