Commit bc0122e5 authored by Sanad Liaquat's avatar Sanad Liaquat

Merge branch 'tomi/120421/dequarantine_mtls' into 'master'

Remove quarantine tag from the mTLS test

See merge request gitlab-org/gitlab!59142
parents c1d790f8 46243b0d
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
module QA module QA
RSpec.describe 'Create' do RSpec.describe 'Create' do
context 'Gitaly', :orchestrated, :mtls, quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/324622', type: :investigating } do context 'Gitaly', :orchestrated, :mtls do
describe 'Using mTLS' do describe 'Using mTLS' do
let(:intial_commit_message) { 'Initial commit' } let(:intial_commit_message) { 'Initial commit' }
let(:first_added_commit_message) { 'commit over git' } let(:first_added_commit_message) { 'commit over git' }
......
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