Skip to content

Commit

Permalink
Mark test skipped
Browse files Browse the repository at this point in the history
3rd-party service appears to no longer be available.
  • Loading branch information
trowski committed Apr 21, 2024
1 parent 8383fcd commit 483df9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/ClientHttpBinIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 483df9a

Please sign in to comment.