Skip to content

Commit

Permalink
[HttpClient] mark test transient
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Dec 25, 2021
1 parent 5f69e86 commit 4d95be0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@

abstract class HttpClientTestCase extends BaseHttpClientTestCase
{
/**
* @group transient-on-macos
*/
public function testTimeoutOnDestruct()
{
if (!method_exists(parent::class, 'testTimeoutOnDestruct')) {
Expand Down

0 comments on commit 4d95be0

Please sign in to comment.