Skip to content

Commit

Permalink
test(url-parser): remove commented out test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Lord committed Nov 20, 2017
1 parent f5bdb35 commit b8716c8
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions test/functional/url_parser_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -1016,19 +1016,6 @@ describe('Url SRV Parser', function() {
}
});

/**
* @ignore
*/
// it('should warn if two txt records have the same options', {
// metadata: {
// requires: { topology: ['single', 'replicaset', 'sharded', 'ssl', 'heap', 'wiredtiger'] }
// },
// test: function() {
// var object = parse('mongodb+srv://test5.test.build.10gen.cc');
// expect(object.txt).to.be.true;
// }
// });
//
/**
* @ignore
*/
Expand Down

0 comments on commit b8716c8

Please sign in to comment.