Skip to content

Commit a800cde

Browse files
committed
PHPLIB-471: Skip fragile test
1 parent 97540ea commit a800cde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/SpecTests/PrimaryStepDownSpecTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ public function testInterruptedAtShutdownResetConnectionPool()
181181
*/
182182
public function testGetMoreIteration()
183183
{
184+
$this->markTestSkipped('Test causes subsequent failures in other tests (see PHPLIB-471)');
185+
184186
$runOn = [(object) ['minServerVersion' => '4.1.11', 'topology' => [self::TOPOLOGY_REPLICASET]]];
185187
$this->checkServerRequirements($runOn);
186188

0 commit comments

Comments
 (0)