Skip to content

Commit 63b2bdc

Browse files
committed
Skip long test
1 parent 1b701ce commit 63b2bdc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Feature/ClientTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ public static function engineDataProvider(): array
252252

253253
public function testReturnInvalidResponseWhenUsingInvalidEngine(): void
254254
{
255+
$this->markTestSkipped("Tooks too long to return the time out response");
256+
255257
$response = $this->client
256258
->fromBase64String($this->testBase64Image)
257259
->engine(3)

0 commit comments

Comments
 (0)