Skip to content
代码片段 群组 项目
提交 d823f4e3 编辑于 作者: Heinrich Lee Yu's avatar Heinrich Lee Yu
浏览文件

Merge branch 'pl-quarantine-related-mr-jest' into 'master'

Quarantine related_merge_requests_spec.js for a single assignee

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



Merged-by: default avatarHeinrich Lee Yu <heinrich@gitlab.com>
Approved-by: default avatarHeinrich Lee Yu <heinrich@gitlab.com>
Co-authored-by: default avatarPeter Leitzen <pleitzen@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -51,7 +51,9 @@ describe('RelatedMergeRequests', () => { ...@@ -51,7 +51,9 @@ describe('RelatedMergeRequests', () => {
}); });
}); });
it('should return an array with single assingee', () => { // https://gitlab.com/gitlab-org/gitlab/-/issues/387789
// eslint-disable-next-line jest/no-disabled-tests
it.skip('should return an array with single assingee', () => {
const mr = { assignee: assignees[0] }; const mr = { assignee: assignees[0] };
expect(wrapper.vm.getAssignees(mr)).toEqual([assignees[0]]); expect(wrapper.vm.getAssignees(mr)).toEqual([assignees[0]]);
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册