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 0d11c5c commit 245b38fCopy full SHA for 245b38f
.circleci/test.sh
@@ -75,11 +75,12 @@ case $1 in
75
76
image)
77
SUITE=$(find $ROOT/test/image/mocks/ -type f -printf "%f\n" | circleci tests split)
78
- npm run test-image -- $SUITE --filter || EXIT_STATE=$?
+ npm run test-image -- $SUITE --filter --skip-flaky || EXIT_STATE=$?
79
exit $EXIT_STATE
80
;;
81
82
image2)
83
+ retry npm run test-image -- --just-flaky
84
npm run test-export || EXIT_STATE=$?
85
86
0 commit comments