Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a5e27e

Browse files
nicolas-grekasVitali Tsyrkin
authored andcommitted
[HttpClient] mark test transient
1 parent f6e8059 commit 3a5e27e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919

2020
abstract class HttpClientTestCase extends BaseHttpClientTestCase
2121
{
22+
/**
23+
* @group transient-on-macos
24+
*/
2225
public function testTimeoutOnDestruct()
2326
{
2427
if (!method_exists(parent::class, 'testTimeoutOnDestruct')) {

0 commit comments

Comments
 (0)