Skip to content

Commit 245b38f

Browse files
committed
add skip-flaky to image) run, run --just-flaky in image2)
1 parent 0d11c5c commit 245b38f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/test.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,12 @@ case $1 in
7575

7676
image)
7777
SUITE=$(find $ROOT/test/image/mocks/ -type f -printf "%f\n" | circleci tests split)
78-
npm run test-image -- $SUITE --filter || EXIT_STATE=$?
78+
npm run test-image -- $SUITE --filter --skip-flaky || EXIT_STATE=$?
7979
exit $EXIT_STATE
8080
;;
8181

8282
image2)
83+
retry npm run test-image -- --just-flaky
8384
npm run test-export || EXIT_STATE=$?
8485
exit $EXIT_STATE
8586
;;

0 commit comments

Comments
 (0)