Commit b0001859 authored by Rémy Coutable's avatar Rémy Coutable

Move a 'quarantine' tag at the context level

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent de852bce
......@@ -340,7 +340,7 @@ RSpec.describe 'Customizable Group Value Stream Analytics', :js do
end
end
context 'with a custom stage created' do
context 'with a custom stage created', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/273045' do
before do
create_custom_stage
select_group
......@@ -348,7 +348,7 @@ RSpec.describe 'Customizable Group Value Stream Analytics', :js do
expect(page).to have_text custom_stage_name
end
it_behaves_like 'can edit custom stages', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/273045'
it_behaves_like 'can edit custom stages'
end
end
......
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