Skip to content

Commit bdf468e

Browse files
committed
move flaky tests to jasmine)
1 parent 7712507 commit bdf468e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ case $1 in
3232

3333
jasmine)
3434
npm run test-jasmine -- --skip-tags=gl,noCI,flaky || EXIT_STATE=$?
35+
retry npm run test-jasmine -- --tags=flaky --skip-tags=noCI
3536
npm run test-bundle || EXIT_STATE=$?
3637
exit $EXIT_STATE
3738
;;
@@ -43,7 +44,6 @@ case $1 in
4344
retry npm run test-jasmine -- "$s" --tags=gl --skip-tags=noCI
4445
done
4546

46-
retry npm run test-jasmine -- --tags=flaky --skip-tags=noCI
4747
exit $EXIT_STATE
4848
;;
4949

0 commit comments

Comments
 (0)