Skip to content

Commit 2b73a85

Browse files
committed
Remove no longer working testHttp2Push
1 parent 89d7f5d commit 2b73a85

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

test/ClientHttpBinIntegrationTest.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -237,17 +237,6 @@ public function testHeaderCase(): \Generator
237237
], $result);
238238
}
239239

240-
public function testHttp2Push(): \Generator
241-
{
242-
$request = new Request('https://http2-server-push-demo.keksi.io/');
243-
$request->setPushHandler(static function (Request $request, Promise $response) {
244-
self::assertSame('/image.jpg', $request->getUri()->getPath());
245-
self::assertSame('image/jpeg', (yield $response)->getHeader('content-type'));
246-
});
247-
248-
yield $this->executeRequest($request);
249-
}
250-
251240
public function testGzipBomb(): \Generator
252241
{
253242
$this->markTestSkipped('Run this manually');

0 commit comments

Comments
 (0)