Skip to content

Commit

Permalink
Merge branch '5.3' into 5.4
Browse files Browse the repository at this point in the history
* 5.3:
  Fix transient test
  Fix transient test
  • Loading branch information
nicolas-grekas committed Dec 29, 2021
2 parents 0ea5f17 + 6d1dfd3 commit 5538a43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tests/AsyncDecoratorTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ public function request(string $method, string $url, array $options = []): Respo
};
}

/**
* @group transient-on-macos
*/
public function testTimeoutOnDestruct()
{
if (HttpClient::create() instanceof NativeHttpClient) {
Expand Down

0 comments on commit 5538a43

Please sign in to comment.