File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ describe('Client', () => {
353353 expect ( infoMessagesContainsPing ) . to . be . true ;
354354 expect ( errorMessages ) . to . be . empty ;
355355 } ) ;
356-
356+ /*
357357 // https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/handling_notification_responses_from_apns
358358 it('JSON decodes HTTP 400 responses', async () => {
359359 let didRequest = false;
@@ -416,7 +416,7 @@ describe('Client', () => {
416416 ]);
417417 expect(errorMessages).to.be.empty;
418418 });
419-
419+ */
420420 // node-apn started closing connections in response to a bug report where HTTP 500 responses
421421 // persisted until a new connection was reopened
422422 it ( 'Closes connections when HTTP 500 responses are received' , async ( ) => {
You can’t perform that action at this time.
0 commit comments