Skip to content
代码片段 群组 项目
提交 aeb8c88b 编辑于 作者: Jennifer Li's avatar Jennifer Li
浏览文件

Quarantine projects_finder_spec

上级 330e2a31
No related branches found
No related tags found
无相关合并请求
...@@ -502,13 +502,13 @@ ...@@ -502,13 +502,13 @@
end end
end end
describe 'without CTE flag enabled' do describe 'without CTE flag enabled', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/408387' do
let(:use_cte) { false } let(:use_cte) { false }
it_behaves_like 'ProjectFinder#execute examples' it_behaves_like 'ProjectFinder#execute examples'
end end
describe 'with CTE flag enabled' do describe 'with CTE flag enabled', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/408387' do
let(:use_cte) { true } let(:use_cte) { true }
it_behaves_like 'ProjectFinder#execute examples' it_behaves_like 'ProjectFinder#execute examples'
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册