From b53ec5a840fca5afd3f7cba2806f87cdd984ceb8 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Sat, 17 Dec 2016 18:13:03 +0100 Subject: [PATCH] Remove .only --- test/tls.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tls.spec.js b/test/tls.spec.js index f25016fadb..d977ee7d9a 100644 --- a/test/tls.spec.js +++ b/test/tls.spec.js @@ -51,7 +51,7 @@ describe('TLS connection tests', function () { }); describe('on lost connection', function () { - it.only('emit an error after max retry timeout and do not try to reconnect afterwards', function (done) { + it('emit an error after max retry timeout and do not try to reconnect afterwards', function (done) { if (skip) this.skip(); var connect_timeout = 500; // in ms client = redis.createClient({