From 6d1dfd304c27d1acb42abe6bcc29e4a7496fa9bd Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Wed, 29 Dec 2021 09:42:49 +0100 Subject: [PATCH] Fix transient test --- Tests/AsyncDecoratorTraitTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Tests/AsyncDecoratorTraitTest.php b/Tests/AsyncDecoratorTraitTest.php index 0dfca6d..a9266be 100644 --- a/Tests/AsyncDecoratorTraitTest.php +++ b/Tests/AsyncDecoratorTraitTest.php @@ -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) {