Skip to content

Commit d3e77ae

Browse files
[HttpClient] mark test transient
1 parent 7c2cb86 commit d3e77ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)