Skip to content

Commit 1d0b29e

Browse files
committed
run mapbox image test with --queue options
- `npm run test-image -- mapbox_*` sometimes blows up
1 parent 7d3dd35 commit 1d0b29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/noci_test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ EXIT_STATE=0
88
npm run test-jasmine -- --tags=noCI --nowatch || EXIT_STATE=$?
99

1010
# mapbox image tests take too much resources on CI
11-
npm run test-image -- mapbox_* || EXIT_STATE=$?
11+
npm run test-image -- mapbox_* --queue || EXIT_STATE=$?
1212

1313
# run gl2d image test again (some mocks are skipped on CI)
1414
npm run test-image-gl2d || EXIT_STATE=$?

0 commit comments

Comments
 (0)