Skip to content

Commit 7f1cbd4

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 0526e8f + 5e344f1 commit 7f1cbd4

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Tests/AsyncDecoratorTraitTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ public function request(string $method, string $url, array $options = []): Respo
5454
};
5555
}
5656

57-
/**
58-
* @group transient-on-macos
59-
*/
6057
public function testTimeoutOnDestruct()
6158
{
6259
if (HttpClient::create() instanceof NativeHttpClient) {

Tests/HttpClientTestCase.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ abstract class HttpClientTestCase extends BaseHttpClientTestCase
3232
{
3333
private static $vulcainStarted = false;
3434

35-
/**
36-
* @group transient-on-macos
37-
*/
3835
public function testTimeoutOnDestruct()
3936
{
4037
if (!method_exists(parent::class, 'testTimeoutOnDestruct')) {

0 commit comments

Comments
 (0)