Commit 0c796fdc authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'quarantine-flaky-spec' into 'master'

Quarantine a flaky spec

See merge request gitlab-org/gitlab!42686
parents 655a39d6 3e907dea
......@@ -47,7 +47,7 @@ RSpec.describe 'CodeReviewAnalytics Filtered Search', :js do
create(:labeled_merge_request, title: "Bug fix with label#2", source_project: project, source_branch: "branch-with-label-2", labels: [label])
end
it 'filters the list of merge requests' do
it 'filters the list of merge requests', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/250638' do
has_merge_requests(3)
select_label_on_dropdown(label.title)
......
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