Skip to content

Commit 88c0081

Browse files
Merge branch '4.4' into 5.3
* 4.4: [DependencyInjection][HttpKernel] Fix enum typed bindings [CI] Remove macOS jobs Suppress psalm error for UndefinedDocblockClass for PHP 8.1 classes
2 parents e936c51 + 72d28b1 commit 88c0081

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

HttpClient/Test/HttpClientTestCase.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -835,9 +835,6 @@ public function testTimeoutWithActiveConcurrentStream()
835835
}
836836
}
837837

838-
/**
839-
* @group transient-on-macos
840-
*/
841838
public function testTimeoutOnInitialize()
842839
{
843840
$p1 = TestHttpServer::start(8067);
@@ -871,9 +868,6 @@ public function testTimeoutOnInitialize()
871868
}
872869
}
873870

874-
/**
875-
* @group transient-on-macos
876-
*/
877871
public function testTimeoutOnDestruct()
878872
{
879873
$p1 = TestHttpServer::start(8067);

0 commit comments

Comments
 (0)