Skip to content

Commit

Permalink
Remove skipping of test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sephster committed Jun 6, 2023
1 parent 591a631 commit 8f89bf2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/Utils/CryptKeyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ public function testKeyString()

public function testUnsupportedKeyType()
{
if (\str_starts_with(\phpversion(), '8.0')) {
$this->markTestSkipped('Cannot generate key on PHP 8.0 runner. Investigating');
}
$this->expectException(\LogicException::class);
$this->expectExceptionMessage('Unable to read key');

Expand Down

0 comments on commit 8f89bf2

Please sign in to comment.