We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc3952 commit 65e2984Copy full SHA for 65e2984
test/integration/retries.js
@@ -70,7 +70,7 @@ describe('retries', function() {
70
});
71
72
73
- it.only('should not hang w/ async test', function (done) {
+ it('should not hang w/ async test', function (done) {
74
helpers.runMocha('retries/async.js', args, function(err, res) {
75
var lines, expected;
76
0 commit comments