Skip to content

Commit af3ad98

Browse files
committed
Remove duplicate check for skipped tests
1 parent d349f35 commit af3ad98

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/SpecTests/ReadWriteConcernSpecTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ class ReadWriteConcernSpecTest extends FunctionalTestCase
1919
/**
2020
* Assert that the expected and actual command documents match.
2121
*
22-
* Note: this method may modify the $expected object.
23-
*
2422
* @param stdClass $expected Expected command document
2523
* @param stdClass $actual Actual command document
2624
*/
@@ -52,10 +50,6 @@ public function testReadWriteConcern(stdClass $test, array $runOn = null, array
5250
$this->markTestIncomplete(self::$incompleteTests[$this->dataDescription()]);
5351
}
5452

55-
if (isset($test->skipReason)) {
56-
$this->markTestSkipped($test->skipReason);
57-
}
58-
5953
if (isset($runOn)) {
6054
$this->checkServerRequirements($runOn);
6155
}

0 commit comments

Comments
 (0)