Skip to content

Commit

Permalink
Skip test depending on http2.pro
Browse files Browse the repository at this point in the history
Service appears to be gone.
  • Loading branch information
trowski committed Jan 12, 2025
1 parent 32c715f commit 03cd3cf
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 @@ -357,6 +357,8 @@ public function testReason(): void

public function testHttp2TeHeader(): void
{
$this->markTestSkipped('3rd-party service no longer available');

$this->client = $this->builder->followRedirects(0)->build();

$request = new Request('https://http2.pro/api/v1', 'POST');
Expand Down

0 comments on commit 03cd3cf

Please sign in to comment.