Skip to content

Commit 7afaf6c

Browse files
authored
chore: Teporarily disabling sendToDeviceGroup integration test (#1292)
1 parent 9d87537 commit 7afaf6c

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
@@ -172,7 +172,7 @@ describe('admin.messaging', () => {
172172
});
173173
});
174174

175-
it('sendToDeviceGroup() returns a response with success count', () => {
175+
xit('sendToDeviceGroup() returns a response with success count', () => {
176176
return admin.messaging().sendToDeviceGroup(notificationKey, payload, options)
177177
.then((response) => {
178178
expect(typeof response.successCount).to.equal('number');

0 commit comments

Comments
 (0)