Skip change stream tests while investigating failures on replica set clusters

parent c6ee7c70
...@@ -250,6 +250,9 @@ abstract class FunctionalTestCase extends TestCase ...@@ -250,6 +250,9 @@ abstract class FunctionalTestCase extends TestCase
if (!$this->isShardedClusterUsingReplicasets()) { if (!$this->isShardedClusterUsingReplicasets()) {
$this->markTestSkipped('$changeStream is only supported with replicasets'); $this->markTestSkipped('$changeStream is only supported with replicasets');
} }
// Temporarily skip tests because of an issue with change streams in the driver
$this->markTestSkipped('$changeStreams currently don\'t on replica sets');
break; break;
case Server::TYPE_RS_PRIMARY: case Server::TYPE_RS_PRIMARY:
......
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