diff --git a/Tests/AsyncDecoratorTraitTest.php b/Tests/AsyncDecoratorTraitTest.php index a9266be..0dfca6d 100644 --- a/Tests/AsyncDecoratorTraitTest.php +++ b/Tests/AsyncDecoratorTraitTest.php @@ -54,9 +54,6 @@ public function request(string $method, string $url, array $options = []): Respo }; } - /** - * @group transient-on-macos - */ public function testTimeoutOnDestruct() { if (HttpClient::create() instanceof NativeHttpClient) { diff --git a/Tests/HttpClientTestCase.php b/Tests/HttpClientTestCase.php index a1d8c0b..59e4dc1 100644 --- a/Tests/HttpClientTestCase.php +++ b/Tests/HttpClientTestCase.php @@ -32,9 +32,6 @@ abstract class HttpClientTestCase extends BaseHttpClientTestCase { private static $vulcainStarted = false; - /** - * @group transient-on-macos - */ public function testTimeoutOnDestruct() { if (!method_exists(parent::class, 'testTimeoutOnDestruct')) {