Skip to content

Commit 21195ce

Browse files
committed
test: ensure OP_MSG exhaust test is only run on standalones
1 parent fc1a775 commit 21195ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/cmap/connection.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ describe('Connection', function() {
7777
});
7878

7979
it('should support calling back multiple times on exhaust commands', {
80-
metadata: { requires: { mongodb: '>=4.2.0' } },
80+
metadata: { requires: { mongodb: '>=4.2.0', topology: ['single'] } },
8181
test: function(done) {
8282
const ns = `${this.configuration.db}.$cmd`;
8383
const connectOptions = Object.assign(

0 commit comments

Comments
 (0)