We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97540ea commit a800cdeCopy full SHA for a800cde
tests/SpecTests/PrimaryStepDownSpecTest.php
@@ -181,6 +181,8 @@ public function testInterruptedAtShutdownResetConnectionPool()
181
*/
182
public function testGetMoreIteration()
183
{
184
+ $this->markTestSkipped('Test causes subsequent failures in other tests (see PHPLIB-471)');
185
+
186
$runOn = [(object) ['minServerVersion' => '4.1.11', 'topology' => [self::TOPOLOGY_REPLICASET]]];
187
$this->checkServerRequirements($runOn);
188
0 commit comments