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

Merge branch '387756-qurantine-related_merge_requests_spec' into 'master'

Quarantine related_merge_requests_spec.js

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



Merged-by: default avatarJennifer Li <jli@gitlab.com>
Approved-by: default avatarJennifer Li <jli@gitlab.com>
Co-authored-by: default avatarNao Hashizume <nhashizume@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -42,7 +42,9 @@ describe('RelatedMergeRequests', () => {
const assignees = [{ name: 'foo' }, { name: 'bar' }];
describe('when there is assignees array', () => {
it('should return assignees array', () => {
// https://gitlab.com/gitlab-org/gitlab/-/issues/387756
// eslint-disable-next-line jest/no-disabled-tests
it.skip('should return assignees array', () => {
const mr = { assignees };
expect(wrapper.vm.getAssignees(mr)).toEqual(assignees);
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册