Commit a49bbbdc authored by Mark Lapierre's avatar Mark Lapierre

Quarantine failing test

parent 05acc4f0
...@@ -28,7 +28,8 @@ module QA ...@@ -28,7 +28,8 @@ module QA
end end
end end
it 'creates a merge request with a milestone and label' do # Failure issue (in master): https://gitlab.com/gitlab-org/gitlab/issues/37304
it 'creates a merge request with a milestone and label', :quarantine do
gitlab_account_username = "@#{Runtime::User.username}" gitlab_account_username = "@#{Runtime::User.username}"
milestone = Resource::ProjectMilestone.fabricate_via_api! do |milestone| milestone = Resource::ProjectMilestone.fabricate_via_api! do |milestone|
......
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