Skip to content

Commit d47fa07

Browse files
committed
PHPLIB-416: Remove skip for consecutive resume test
The fix from PHPLIB-442 also allows this test to pass.
1 parent 6089544 commit d47fa07

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/SpecTests/ChangeStreamsSpecTest.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@
1818
*/
1919
class ChangeStreamsSpecTest extends FunctionalTestCase
2020
{
21-
/* These should all pass before the driver can be considered compatible with
22-
* MongoDB 4.2. */
23-
private static $incompleteTests = [
24-
'change-streams: Test consecutive resume' => 'PHPLIB-442, PHPLIB-416',
25-
];
26-
2721
/**
2822
* Assert that the expected and actual command documents match.
2923
*
@@ -75,10 +69,6 @@ public function testChangeStreams($name, stdClass $test, $databaseName = null, $
7569
{
7670
$this->setName($name);
7771

78-
if (isset(self::$incompleteTests[$name])) {
79-
$this->markTestIncomplete(self::$incompleteTests[$name]);
80-
}
81-
8272
$this->checkServerRequirements($this->createRunOn($test));
8373

8474
if (!isset($databaseName, $collectionName, $database2Name, $collection2Name)) {

0 commit comments

Comments
 (0)