8000 Fix transient test · symfony/symfony@80c5811 · GitHub
[go: up one dir, main page]

Skip to content

Commit 80c5811

Browse files
Fix transient test
1 parent 81d0937 commit 80c5811

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Component/HttpClient/Tests/AsyncDecoratorTraitTest.php

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

57+
/**
58+
* @group transient-on-macos
4A87 59+
*/
5760
public function testTimeoutOnDestruct()
5861
{
5962
if (HttpClient::create() instanceof NativeHttpClient) {

0 commit comments

Comments
 (0)
0