Skip to content

Commit b5acfd9

Browse files
committed
commented out a test for travis
1 parent a203270 commit b5acfd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/connection_tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ exports['Should correctly connect to server using just events'] = {
4949
* @ignore
5050
*/
5151
exports['Should correctly connect to server using big connection pool'] = {
52-
metadata: { requires: { topology: ['single', 'replicaset', 'sharded', 'ssl', 'heap', 'wiredtiger'] } },
52+
metadata: { requires: { topology: ['single', 'replicaset', 'sharded', 'ssl', 'heap', 'wiredtiger'] }, ignore: { travis:true } },
5353

5454
// The actual test we wish to run
5555
test: function(configuration, test) {

0 commit comments

Comments
 (0)