Commit e6e5cbf7 authored by Tomislav Nikic's avatar Tomislav Nikic

Adding comments for later removal

Added the issue link for the workaround so that it is
easier found later on.
parent 4ad9cf1f
......@@ -61,7 +61,7 @@ module QA
def fabricate_via_api!
populate(:upstream, :user)
# Remove after Issue:
# Remove after Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/343396
Flow::Login.sign_in(as: user) if Specs::Helpers::ContextSelector.dot_com?
@api_client = Runtime::API::Client.new(:gitlab, is_new_session: false, user: user)
......@@ -72,7 +72,7 @@ module QA
populate(:project)
# Remove after Issue:
# Remove after Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/343396
Flow::Login.sign_in if Specs::Helpers::ContextSelector.dot_com?
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