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 fcd2ce4 commit 54f7800Copy full SHA for 54f7800
tests/TransactionTest.php
@@ -68,8 +68,9 @@ public function setUp()
68
*/
69
public function testDeadlockHandling()
70
{
71
- if (!$this->isMMFilesEngine) {
72
- $this->markTestSkipped("test is only meaningful with the mmfiles engine");
+ if (!$this->isMMFilesEngine || isCluster($this->connection)) {
+ $this->markTestSkipped("test is only meaningful with the mmfiles engine, single server");
73
+ return;
74
}
75
76
try {
0 commit comments