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 a203270 commit b5acfd9Copy full SHA for b5acfd9
test/functional/connection_tests.js
@@ -49,7 +49,7 @@ exports['Should correctly connect to server using just events'] = {
49
* @ignore
50
*/
51
exports['Should correctly connect to server using big connection pool'] = {
52
- metadata: { requires: { topology: ['single', 'replicaset', 'sharded', 'ssl', 'heap', 'wiredtiger'] } },
+ metadata: { requires: { topology: ['single', 'replicaset', 'sharded', 'ssl', 'heap', 'wiredtiger'] }, ignore: { travis:true } },
53
54
// The actual test we wish to run
55
test: function(configuration, test) {
0 commit comments