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 6d8da96 commit ba753c4Copy full SHA for ba753c4
.circleci/test.sh
@@ -40,7 +40,7 @@ case $1 in
40
SHARDS=($(node $ROOT/tasks/shard_jasmine_tests.js --tag=gl))
41
42
for s in ${SHARDS[@]}; do
43
- retry npm run test-jasmine -- "$s" --tags=gl --skip-tags=noCI,flaky
+ retry npm run test-jasmine -- "$s" --tags=gl --skip-tags=noCI
44
done
45
46
retry npm run test-jasmine -- --tags=flaky --skip-tags=noCI
0 commit comments