Skip to content

Commit c6c2ef7

Browse files
committed
remove filter of mock
1 parent 8da4c5d commit c6c2ef7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/image/compare_pixels_test.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,7 @@ argv._.forEach(function(pattern) {
6363
allMockList = allMockList.filter(function(a) {
6464
return (
6565
// used to pass before 2023 Jun 20
66-
a !== 'mapbox_stamen-style' &&
67-
68-
// skip for now | TODO: figure out why needed this in https://github.com/plotly/plotly.js/pull/6610
69-
a !== 'mapbox_custom-style'
66+
a !== 'mapbox_stamen-style'
7067
);
7168
});
7269

0 commit comments

Comments
 (0)