We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c409264 commit 98e9308Copy full SHA for 98e9308
tests/framework/db/mysql/connection/DeadLockTest.php
@@ -31,6 +31,9 @@ class DeadLockTest extends \yiiunit\framework\db\mysql\ConnectionTest
31
*/
32
public function testDeadlockException()
33
{
34
+ if (PHP_VERSION_ID >= 70400 && PHP_VERSION_ID < 70500) {
35
+ $this->markTestSkipped('Stable failed in PHP 7.4');
36
+ }
37
if (!\function_exists('pcntl_fork')) {
38
$this->markTestSkipped('pcntl_fork() is not available');
39
}
0 commit comments