Skip to content

Commit 83422f7

Browse files
committed
skip gl tags in flaky-tagged jasmine test cmd
1 parent d47276f commit 83422f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ case $1 in
3434

3535
jasmine2)
3636
retry npm run test-jasmine -- --tags=gl --skip-tags=noCI,flaky
37-
retry npm run test-jasmine -- --tags=flaky --skip-tags=noCI
37+
retry npm run test-jasmine -- --tags=flaky --skip-tags=noCI,gl
3838
npm run test-bundle || EXIT_STATE=$?
3939
exit $EXIT_STATE
4040
;;

0 commit comments

Comments
 (0)