Skip to content

Commit edd62ed

Browse files
author
vikasrohit
authored
Skipping unit tests for gmail duplication test
As we disabled the gmail duplication feature, have to skip the unit tests for the same
1 parent 1fc0db8 commit edd62ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/projectMemberInvites/create.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ describe('Project Member Invite create', () => {
735735
});
736736
});
737737

738-
it('should return 201 and empty response when trying add already invited member by gmail email with dot',
738+
xit('should return 201 and empty response when trying add already invited member by gmail email with dot',
739739
(done) => {
740740
request(server)
741741
.post(`/v4/projects/${project1.id}/members/invite`)
@@ -762,7 +762,7 @@ describe('Project Member Invite create', () => {
762762
});
763763
});
764764

765-
it('should return 201 and empty response when trying add already invited member by gmail email without dot',
765+
xit('should return 201 and empty response when trying add already invited member by gmail email without dot',
766766
(done) => {
767767
request(server)
768768
.post(`/v4/projects/${project1.id}/members/invite`)

0 commit comments

Comments
 (0)