Commit d6c8b248 authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'qa-shl-workaround-for-register-spec' into 'master'

Work around to get register_spec e2e test passing

See merge request gitlab-org/gitlab!79023
parents e8e07aa6 33fccbb6
......@@ -100,7 +100,8 @@ module QA
def exists?
api_get
rescue ResourceNotFoundError
# TODO: remove 'InternalServerError' from below line after https://gitlab.com/gitlab-org/gitlab/-/issues/349337 has been resolved
rescue ResourceNotFoundError, InternalServerError
false
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment