Skip to content

Commit

Permalink
chore: Teporarily disabling sendToDeviceGroup integration test (#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiranya911 authored May 24, 2021
1 parent 9d87537 commit 7afaf6c
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 @@ -172,7 +172,7 @@ describe('admin.messaging', () => {
});
});

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

0 comments on commit 7afaf6c

Please sign in to comment.