Skip to content

Commit

Permalink
Skip Test
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel committed May 16, 2024
1 parent 940435d commit 379a305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/BrowsershotLambdaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
BrowsershotLambda::html('<h1>Hello world!!</h1>')
->select('#does-not-exist')
->bodyHtml();
})->expectException(LambdaExecutionException::class);
})->skip()->expectException(LambdaExecutionException::class);

it('stores screenshot on s3 bucket', function () {
$this->assertFalse(Storage::disk('s3')->exists('example.jpg'));
Expand Down

0 comments on commit 379a305

Please sign in to comment.