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 c6ee7c7 commit 2008bc7Copy full SHA for 2008bc7
tests/FunctionalTestCase.php
@@ -250,6 +250,9 @@ protected function skipIfChangeStreamIsNotSupported()
250
if (!$this->isShardedClusterUsingReplicasets()) {
251
$this->markTestSkipped('$changeStream is only supported with replicasets');
252
}
253
+
254
+ // Temporarily skip tests because of an issue with change streams in the driver
255
+ $this->markTestSkipped('$changeStreams currently don\'t on replica sets');
256
break;
257
258
case Server::TYPE_RS_PRIMARY:
0 commit comments