Skip to content

Commit 6d1dfd3

Browse files
Fix transient test
1 parent 6783f79 commit 6d1dfd3

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)