Skip to content
Snippets Groups Projects
Commit 4fcc45df authored by Kyle Wiebers's avatar Kyle Wiebers :speech_balloon:
Browse files

Merge branch '337394-quarantine-spec' into 'master'

Quarantine a broken:master spec on foss

See merge request !91301
parents 8a854655 3d1b97ca
No related branches found
No related tags found
1 merge request!91301Quarantine a broken:master spec on foss
Pipeline #575275938 passed
......@@ -167,14 +167,14 @@
expect(project.remote_mirrors.first.only_protected_branches).to eq(false)
end
it 'creates a push mirror that only mirrors protected branches', :js do
it 'creates a push mirror that only mirrors protected branches', :js,
quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/337394' do
find('#only_protected_branches').click
expect(find('.js-mirror-protected-hidden', visible: false).value).to eq('1')
fill_in 'url', with: 'ssh://user@localhost/project.git'
select 'SSH public key', from: 'Authentication method'
select_direction
Sidekiq::Testing.fake! do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment