Commit 2db78598 authored by Kyle Wiebers's avatar Kyle Wiebers

Merge branch 'quarantine-iteration-test' into 'master'

Quarantine Failing Test | assigns a group iteration to an existing issue | /qa/specs/features/ee/browser_ui/2_plan/iterations/assign_group_iteration_spec.rb

See merge request gitlab-org/gitlab!64403
parents b2e3539c d7ac72d9
......@@ -23,7 +23,7 @@ module QA
Flow::Login.sign_in
end
it 'assigns a group iteration to an existing issue', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1173' do
it 'assigns a group iteration to an existing issue', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/1173', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/332484', type: :stale } do
issue.visit!
Page::Project::Issue::Show.perform do |issue|
......
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