Skip to content

Commit

Permalink
test: disable coverage for schedule (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
popomore authored Jun 2, 2017
1 parent 3de963f commit 20a5d91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/lib/plugins/schedule.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ describe('test/lib/plugins/schedule.test.js', () => {
const app = utils.cluster('apps/schedule', {
workers: 2,
});
app.coverage(false);
yield app.ready();
yield sleep(5000);
yield app.close();
Expand Down

0 comments on commit 20a5d91

Please sign in to comment.