Skip to content
代码片段 群组 项目
提交 4fcc45df 编辑于 作者: Kyle Wiebers's avatar Kyle Wiebers
浏览文件

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

Quarantine a broken:master spec on foss

See merge request gitlab-org/gitlab!91301
No related branches found
No related tags found
无相关合并请求
......@@ -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% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册