Skip to content

Commit d01584e

Browse files
authored
chore: Skip sendToDeviceGroup integration test (#2666)
1 parent 3e9fd59 commit d01584e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/messaging.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ describe('admin.messaging', () => {
278278
});
279279
});
280280

281-
it('sendToDeviceGroup() returns a response with success count', () => {
281+
it.skip('sendToDeviceGroup() returns a response with success count', () => {
282282
return getMessaging().sendToDeviceGroup(notificationKey, payload, options)
283283
.then((response) => {
284284
expect(typeof response.successCount).to.equal('number');

0 commit comments

Comments
 (0)