Commit 47418822 authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'ml-245182-quarantine-stale-test' into 'master'

Quarantine stale reliable test

See merge request gitlab-org/gitlab!41538
parents 88cc1839 dd012a84
......@@ -23,7 +23,7 @@ module QA
Page::Project::Menu.perform(&:go_to_boards)
end
it 'shows only issues that match the configured label', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/646' do
it 'shows only issues that match the configured label', testcase: 'https://gitlab.com/gitlab-org/quality/testcases/-/issues/646', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/245182', type: :stale } do
Page::Component::IssueBoard::Show.perform do |show|
show.configure_by_label(doing)
......
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