Add a comment
This commit is contained in:
parent
6c849f2bef
commit
565fb6e0da
@ -29,6 +29,8 @@ describe('job module', function() {
|
||||
var job = {};
|
||||
|
||||
after(function (done) {
|
||||
// batch services is not activate, so we need empty the queue to avoid unexpected
|
||||
// behaviour fot further test
|
||||
metadataBackend.redisCmd(5, 'DEL', [ 'batch:queues:localhost' ], done);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user