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

Quarantine a broken:master spec on foss

上级 afdab7ba
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.
先完成此消息的编辑!
想要评论请 注册