Skip to content

Commit b261c19

Browse files
committed
map* tests also includes mapbox now
1 parent 760ecd3 commit b261c19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.circleci/test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ case $1 in
9595
make-baselines-virtual-webgl)
9696
SUITE=$({\
9797
find $ROOT/test/image/mocks/gl* -type f -printf "%f\n"; \
98-
find $ROOT/test/image/mocks/mapbox* -type f -printf "%f\n"; \
9998
find $ROOT/test/image/mocks/map* -type f -printf "%f\n"; \
10099
} | sed 's/\.json$//1' | circleci tests split)
101100
python3 test/image/make_baseline.py virtual-webgl $SUITE || EXIT_STATE=$?

0 commit comments

Comments
 (0)