Skip to content

Commit

Permalink
Fix integration tests: remove .only()
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstjules committed Jan 11, 2016
1 parent cbc3952 commit 65e2984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/retries.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 65e2984

Please sign in to comment.