Skip to content

Commit 54f7800

Browse files
committed
don't execute test in cluster
1 parent fcd2ce4 commit 54f7800

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/TransactionTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ public function setUp()
6868
*/
6969
public function testDeadlockHandling()
7070
{
71-
if (!$this->isMMFilesEngine) {
72-
$this->markTestSkipped("test is only meaningful with the mmfiles engine");
71+
if (!$this->isMMFilesEngine || isCluster($this->connection)) {
72+
$this->markTestSkipped("test is only meaningful with the mmfiles engine, single server");
73+
return;
7374
}
7475

7576
try {

0 commit comments

Comments
 (0)