Skip to content

Commit 87e2d30

Browse files
committed
rm gl2d test cmd in noci test script
- all gl2d mocks are now tested on CI as of the regl `scattergl` push.
1 parent 1176587 commit 87e2d30

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tasks/noci_test.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,4 @@ npm run test-jasmine -- --tags=noCI --nowatch || EXIT_STATE=$?
1010
# mapbox image tests take too much resources on CI
1111
npm run test-image -- mapbox_* --queue || EXIT_STATE=$?
1212

13-
# run gl2d image test again (some mocks are skipped on CI)
14-
npm run test-image-gl2d || EXIT_STATE=$?
15-
1613
exit $EXIT_STATE

0 commit comments

Comments
 (0)