Skip to content

Commit 9621848

Browse files
committed
Merge branch 'v1.6' into v1.7
2 parents 79e6f24 + 5393a6e commit 9621848

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)