Skip to content

Commit 6783f79

Browse files
Merge branch '4.4' into 5.3
* 4.4: [HttpClient] mark test transient [Mime] Fix test Allow package-versions-deprecated plugin Update security.lb.xlf
2 parents badc52d + d3e77ae commit 6783f79

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
@@ -32,6 +32,9 @@ abstract class HttpClientTestCase extends BaseHttpClientTestCase
3232
{
3333
private static $vulcainStarted = false;
3434

35+
/**
36+
* @group transient-on-macos
37+
*/
3538
public function testTimeoutOnDestruct()
3639
{
3740
if (!method_exists(parent::class, 'testTimeoutOnDestruct')) {

0 commit comments

Comments
 (0)