Skip to content

Commit

Permalink
test: skip some api tests to check api coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcosSpessatto committed Dec 5, 2023
1 parent 58cbc51 commit 443206b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/meteor/tests/end-to-end/api/01-users.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async function joinChannel(userCredentials, roomId) {

const targetUser = {};

describe('[Users]', function () {
describe.skip('[Users]', function () {
this.retries(0);

before((done) => getCredentials(done));
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/tests/end-to-end/api/02-channels.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function getRoomInfo(roomId) {
});
}

describe('[Channels]', function () {
describe.skip('[Channels]', function () {
this.retries(0);

before((done) => getCredentials(done));
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/tests/end-to-end/api/03-groups.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function getRoomInfo(roomId) {
});
}

describe('[Groups]', function () {
describe.skip('[Groups]', function () {
this.retries(0);

before((done) => getCredentials(done));
Expand Down

0 comments on commit 443206b

Please sign in to comment.