Skip to content

Commit 0526e8f

Browse files
Merge branch '5.4' into 6.0
* 5.4: Fix transient test Fix transient test
2 parents 810397d + 5538a43 commit 0526e8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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
59+
*/
5760
public function testTimeoutOnDestruct()
5861
{
5962
if (HttpClient::create() instanceof NativeHttpClient) {

0 commit comments

Comments
 (0)