Skip to content
代码片段 群组 项目
未验证 提交 62b65149 编辑于 作者: Omar Qunsul's avatar Omar Qunsul 提交者: GitLab
浏览文件

Merge branch 'quarantine-flaky-tests-spec-models-concerns-routable_spec-rb-290' into 'master'

Quarantine a flaky test

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/154661



Merged-by: default avatarOmar Qunsul <oqunsul@gitlab.com>
Approved-by: default avatarOmar Qunsul <oqunsul@gitlab.com>
Co-authored-by: default avatargdk <gdk@example.com>
No related branches found
No related tags found
无相关合并请求
...@@ -287,7 +287,7 @@ ...@@ -287,7 +287,7 @@
end end
describe '.find_by_full_path' do describe '.find_by_full_path' do
it 'does not return a record if the sources are different, but the IDs match' do it 'does not return a record if the sources are different, but the IDs match', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/451914' do
group = create(:group, id: 1992) group = create(:group, id: 1992)
project = create(:project, id: 1992) project = create(:project, id: 1992)
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册