From 642e39ee0a6578debf1d69d5300df46b099102c0 Mon Sep 17 00:00:00 2001 From: Jessica Lord Date: Fri, 20 Oct 2017 15:56:49 -0400 Subject: [PATCH] fix(url parser): remove .only from test --- test/functional/url_parser_tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] } },