Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2023-01-17 00:08:44 +00:00
parent 7cd99add2f
commit 73c608b8c9
7 changed files with 65 additions and 45 deletions

View File

@ -40,6 +40,8 @@ done
set -xe
export RSPEC_WARN_MISSING_FEATURE_CATEGORY=0
bin/rspec --order defined "${RSPEC_ARGS[@]}" "$@"
RSPEC_ORDER=reverse bin/rspec "${RSPEC_ARGS[@]}" "$@"
bin/rspec --order random "${RSPEC_ARGS[@]}" "$@"