Skip to content

Commit

Permalink
chore: Skip sendToDeviceGroup integration test (#2666)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanedey authored Aug 7, 2024
1 parent 3e9fd59 commit d01584e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/messaging.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ describe('admin.messaging', () => {
});
});

it('sendToDeviceGroup() returns a response with success count', () => {
it.skip('sendToDeviceGroup() returns a response with success count', () => {
return getMessaging().sendToDeviceGroup(notificationKey, payload, options)
.then((response) => {
expect(typeof response.successCount).to.equal('number');
Expand Down

0 comments on commit d01584e

Please sign in to comment.