PHPLIB-471: Skip fragile test

parent 97540eaa
...@@ -181,6 +181,8 @@ class PrimaryStepDownSpecTest extends FunctionalTestCase ...@@ -181,6 +181,8 @@ class PrimaryStepDownSpecTest extends FunctionalTestCase
*/ */
public function testGetMoreIteration() public function testGetMoreIteration()
{ {
$this->markTestSkipped('Test causes subsequent failures in other tests (see PHPLIB-471)');
$runOn = [(object) ['minServerVersion' => '4.1.11', 'topology' => [self::TOPOLOGY_REPLICASET]]]; $runOn = [(object) ['minServerVersion' => '4.1.11', 'topology' => [self::TOPOLOGY_REPLICASET]]];
$this->checkServerRequirements($runOn); $this->checkServerRequirements($runOn);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment