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 9bdc229 commit e3ffa90Copy full SHA for e3ffa90
tests/FunctionalTestCase.php
@@ -491,10 +491,6 @@ protected function skipIfTransactionsAreNotSupported(): void
491
$this->markTestSkipped('Transactions are not supported on standalone servers');
492
}
493
494
- if ($this->isShardedCluster()) {
495
- $this->markTestSkipped('Transactions are only supported on FCV 4.2 or higher');
496
- }
497
-
498
if ($this->getServerStorageEngine() !== 'wiredTiger') {
499
$this->markTestSkipped('Transactions require WiredTiger storage engine');
500
0 commit comments