Skip to content

Commit f5e471c

Browse files
committed
Drop test_image from noci task
1 parent 070941e commit f5e471c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

tasks/noci_test.sh

-12
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,6 @@ test_jasmine () {
2222
npm run test-jasmine -- --tags=noCI,noCIdep --nowatch || EXIT_STATE=$?
2323
}
2424

25-
# having problem creating baselines for 2 mapbox mocks using kaleido
26-
# we must use orca
27-
test_image () {
28-
$root/../orca/bin/orca.js graph \
29-
$root/test/image/mocks/mapbox_osm-style.json \
30-
$root/test/image/mocks/mapbox_density0-legend.json \
31-
--mathjax $root/node_modules/mathjax-v2/MathJax.js \
32-
--plotly $root/build/plotly.js \
33-
--output-dir $root/test/image/baselines/ \
34-
--verbose || EXIT_STATE=$?
35-
}
36-
3725
case $1 in
3826
jasmine)
3927
test_jasmine

0 commit comments

Comments
 (0)