Skip to content

Commit 98e9308

Browse files
Update DeadLockTest::testDeadlockException() (#19385)
1 parent c409264 commit 98e9308

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/framework/db/mysql/connection/DeadLockTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ class DeadLockTest extends \yiiunit\framework\db\mysql\ConnectionTest
3131
*/
3232
public function testDeadlockException()
3333
{
34+
if (PHP_VERSION_ID >= 70400 && PHP_VERSION_ID < 70500) {
35+
$this->markTestSkipped('Stable failed in PHP 7.4');
36+
}
3437
if (!\function_exists('pcntl_fork')) {
3538
$this->markTestSkipped('pcntl_fork() is not available');
3639
}

0 commit comments

Comments
 (0)