Commit 3f6c8ac0 authored by Richard Chong's avatar Richard Chong Committed by Sanad Liaquat

Quarantines the spec to prevent further failure

parent 980f065c
...@@ -121,7 +121,7 @@ module QA ...@@ -121,7 +121,7 @@ module QA
end end
end end
context 'when user cancels the merge request' do context 'when user cancels the merge request', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/340885', type: :flaky } do
it 'does not create a TODO task', testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347665' do it 'does not create a TODO task', testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347665' do
# Manually removes merge request from the train # Manually removes merge request from the train
Page::MergeRequest::Show.perform do |show| Page::MergeRequest::Show.perform do |show|
......
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