From ae885b353bb2f6dce31baa95f0ac048c0697b396 Mon Sep 17 00:00:00 2001 From: Jonathan Edey Date: Wed, 7 Aug 2024 10:30:54 -0400 Subject: [PATCH] chore: Skip sendToDeviceGroup integration test --- test/integration/messaging.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/messaging.spec.ts b/test/integration/messaging.spec.ts index d564e06f66..8292637faf 100644 --- a/test/integration/messaging.spec.ts +++ b/test/integration/messaging.spec.ts @@ -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');