Commit 33fccbb6 authored by Sanad Liaquat's avatar Sanad Liaquat

Work around to get register_spec e2e test passing

parent e11d3642
...@@ -100,7 +100,8 @@ module QA ...@@ -100,7 +100,8 @@ module QA
def exists? def exists?
api_get 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 false
end 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