Skip to content

Commit 4f2f5f0

Browse files
committed
test(NODE-6858): run tests only on rs setup (revert prev commit)
This reverts commit 6e0381b.
1 parent 6e0381b commit 4f2f5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/change-streams/change_stream.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2263,7 +2263,7 @@ describe('ChangeStream resumability', function () {
22632263
context('when the error is not a server error', function () {
22642264
it(
22652265
'should resume on ServerSelectionError',
2266-
{ requires: { topology: ['replicaset', 'sharded-replicaset', 'sharded', 'load-balanced'] } },
2266+
{ requires: { topology: ['replicaset'] } },
22672267
async function () {
22682268
changeStream = collection.watch([]);
22692269
await initIteratorMode(changeStream);

0 commit comments

Comments
 (0)