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 760ecd3 commit b261c19Copy full SHA for b261c19
.circleci/test.sh
@@ -95,7 +95,6 @@ case $1 in
95
make-baselines-virtual-webgl)
96
SUITE=$({\
97
find $ROOT/test/image/mocks/gl* -type f -printf "%f\n"; \
98
- find $ROOT/test/image/mocks/mapbox* -type f -printf "%f\n"; \
99
find $ROOT/test/image/mocks/map* -type f -printf "%f\n"; \
100
} | sed 's/\.json$//1' | circleci tests split)
101
python3 test/image/make_baseline.py virtual-webgl $SUITE || EXIT_STATE=$?
0 commit comments