From 35e2cd1862b9ec2b46ebf050fbb13e285944b6a3 Mon Sep 17 00:00:00 2001
From: Nicolas Grekas <nicolas.grekas@gmail.com>
Date: Wed, 29 Dec 2021 10:28:53 +0100
Subject: [PATCH] [CI] Remove macOS jobs

---
 Tests/HttpClientTestCase.php | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Tests/HttpClientTestCase.php b/Tests/HttpClientTestCase.php
index e5b86a3..36e76ee 100644
--- a/Tests/HttpClientTestCase.php
+++ b/Tests/HttpClientTestCase.php
@@ -19,9 +19,6 @@
 
 abstract class HttpClientTestCase extends BaseHttpClientTestCase
 {
-    /**
-     * @group transient-on-macos
-     */
     public function testTimeoutOnDestruct()
     {
         if (!method_exists(parent::class, 'testTimeoutOnDestruct')) {