Skip to content

Commit 5393a6e

Browse files
committed
Merge branch 'v1.5' into v1.6
2 parents 3939b4a + 440a049 commit 5393a6e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/SpecTests/TransactionsSpecTest.php

-4
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,6 @@ public function testTransactions(stdClass $test, array $runOn = null, array $dat
130130
$this->markTestIncomplete(self::$incompleteTests[$this->dataDescription()]);
131131
}
132132

133-
if (isset($test->skipReason)) {
134-
$this->markTestSkipped($test->skipReason);
135-
}
136-
137133
$useMultipleMongoses = isset($test->useMultipleMongoses) && $test->useMultipleMongoses && $this->isShardedCluster();
138134

139135
if (isset($runOn)) {

0 commit comments

Comments
 (0)