Skip to content

Commit 4a37485

Browse files
committed
Merge pull request #655
2 parents 6ae746a + 2008bc7 commit 4a37485

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ jobs:
9292
php: "7.3"
9393
env:
9494
- DEPLOYMENT=SHARDED_CLUSTER
95+
- stage: Test
96+
php: "7.3"
97+
env:
98+
- DEPLOYMENT=SHARDED_CLUSTER_RS
9599

96100
# Test upcoming server versions
97101
- stage: Test

tests/FunctionalTestCase.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,9 @@ protected function skipIfChangeStreamIsNotSupported()
250250
if (!$this->isShardedClusterUsingReplicasets()) {
251251
$this->markTestSkipped('$changeStream is only supported with replicasets');
252252
}
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');
253256
break;
254257

255258
case Server::TYPE_RS_PRIMARY:

0 commit comments

Comments
 (0)