Skip to content

Commit 8f89bf2

Browse files
committed
Remove skipping of test
1 parent 591a631 commit 8f89bf2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/Utils/CryptKeyTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ public function testKeyString()
5454

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

0 commit comments

Comments
 (0)