Skip to content

Commit cbb29f1

Browse files
Merge branch '5.3' into 5.4
* 5.3: [DependencyInjection][HttpKernel] Fix enum typed bindings make login link handler tests time sensitive [CI] Remove macOS jobs Suppress psalm error for UndefinedDocblockClass for PHP 8.1 classes
2 parents bc1b88d + 88c0081 commit cbb29f1

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)