Skip to content

Commit 85ae50d

Browse files
Merge branch '5.4' into 6.0
* 5.4: [Lock] Release DoctrineDbalPostgreSqlStore connection lock on failure [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 d5d99f5 + d977e07 commit 85ae50d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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)