Skip to content

Commit 8a926c3

Browse files
committed
test
1 parent 5f8f975 commit 8a926c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/client.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 () => {

0 commit comments

Comments
 (0)