Commit 106fac63 authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'qa-shl-adjust-quarantine-in-template-specs' into 'master'

Move quarantine tag to correct context

See merge request gitlab-org/gitlab!78362
parents 619c7700 446769a5
......@@ -2,7 +2,7 @@
module QA
RSpec.describe 'Manage' do
describe 'Project templates', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/350279', type: :investigating } do
describe 'Project templates' do
include Support::API
before(:all) do
......@@ -118,7 +118,7 @@ module QA
end
end
context 'group level' do
context 'group level', quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/350279', type: :bug } do
before do
Flow::Login.sign_in
......
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