diff --git a/test/ClientHttpBinIntegrationTest.php b/test/ClientHttpBinIntegrationTest.php index f1475621..75931eed 100644 --- a/test/ClientHttpBinIntegrationTest.php +++ b/test/ClientHttpBinIntegrationTest.php @@ -214,6 +214,8 @@ public function testHeaderCase(): void public function testHttp2Push(): void { + $this->markTestSkipped('3rd-party service no longer available'); + $eventListener = $this->createMock(EventListener::class); $eventListener->expects($this->exactly(2))->method('requestStart'); $eventListener->expects($this->exactly(2))->method('requestEnd');