diff --git a/test/functional/url_parser_tests.js b/test/functional/url_parser_tests.js index 8ce25c5949..148a37b885 100644 --- a/test/functional/url_parser_tests.js +++ b/test/functional/url_parser_tests.js @@ -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'] } },