Skip to content

Commit 440a049

Browse files
committed
Remove duplicate skipReason check
This was introduced in 1245eb9
1 parent a5be07f commit 440a049

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/SpecTests/TransactionsSpecTest.php

Lines changed: 0 additions & 4 deletions
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)