Skip to content

Commit

Permalink
fix(url parser): remove .only from test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Lord authored and mbroadst committed Oct 24, 2017
1 parent 155de2d commit 642e39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/url_parser_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ describe('Url Parser', function() {
/**
* @ignore
*/
it.only('should log when unsuported options are used in url', {
it('should log when unsuported options are used in url', {
metadata: {
requires: { topology: ['single', 'replicaset', 'sharded', 'ssl', 'heap', 'wiredtiger'] }
},
Expand Down

0 comments on commit 642e39e

Please sign in to comment.