From 65e298416fdef2f3d40bff911b308289be5b42aa Mon Sep 17 00:00:00 2001 From: "Daniel St. Jules" Date: Mon, 11 Jan 2016 05:48:31 -0800 Subject: [PATCH] Fix integration tests: remove .only() --- test/integration/retries.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/retries.js b/test/integration/retries.js index 84e5cf6a38..df7e4abbcc 100644 --- a/test/integration/retries.js +++ b/test/integration/retries.js @@ -70,7 +70,7 @@ describe('retries', function() { }); }); - it.only('should not hang w/ async test', function (done) { + it('should not hang w/ async test', function (done) { helpers.runMocha('retries/async.js', args, function(err, res) { var lines, expected;