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) {