We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b701ce commit 63b2bdcCopy full SHA for 63b2bdc
tests/Feature/ClientTest.php
@@ -252,6 +252,8 @@ public static function engineDataProvider(): array
252
253
public function testReturnInvalidResponseWhenUsingInvalidEngine(): void
254
{
255
+ $this->markTestSkipped("Tooks too long to return the time out response");
256
+
257
$response = $this->client
258
->fromBase64String($this->testBase64Image)
259
->engine(3)
0 commit comments