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 fc1a775 commit 21195ceCopy full SHA for 21195ce
test/functional/cmap/connection.test.js
@@ -77,7 +77,7 @@ describe('Connection', function() {
77
});
78
79
it('should support calling back multiple times on exhaust commands', {
80
- metadata: { requires: { mongodb: '>=4.2.0' } },
+ metadata: { requires: { mongodb: '>=4.2.0', topology: ['single'] } },
81
test: function(done) {
82
const ns = `${this.configuration.db}.$cmd`;
83
const connectOptions = Object.assign(
0 commit comments