Commit 3fe9aeee authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'kwiebers-master-patch-77652' into 'master'

Quarantine frequent flaky spec

See merge request gitlab-org/gitlab!70835
parents 6f706bb0 c83726f3
...@@ -107,7 +107,7 @@ RSpec.describe 'Project mirror', :js do ...@@ -107,7 +107,7 @@ RSpec.describe 'Project mirror', :js do
end end
describe 'password authentication' do describe 'password authentication' do
it 'can be set up' do it 'can be set up', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/329304' do
visit project_settings_repository_path(project) visit project_settings_repository_path(project)
page.within('.project-mirror-settings') do page.within('.project-mirror-settings') do
......
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