Skip to content

Commit 04b0086

Browse files
author
Cookiezaurs
committed
Fix to reduce crash test false failure.
1 parent dd5ea54 commit 04b0086

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

plugins/crashes/tests.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3393,6 +3393,13 @@ describe('Testing Crashes', function() {
33933393
.get('/i/crashes/delete?args=' + JSON.stringify({ crash_id: crashGroup._id }) + '&app_id=' + APP_ID + '&api_key=' + API_KEY_ADMIN);
33943394
});
33953395
});
3396+
describe("Trigger deleted data clenup", function() {
3397+
it('Trigger deletion job to run', function(done) {
3398+
testUtils.triggerJobToRun("api:mutationManagerJob", function() {
3399+
setTimeout(done, 10000);
3400+
});
3401+
});
3402+
});
33963403

33973404
describe('Crash app version', async() => {
33983405
it('should process crash app version as string', async() => {

0 commit comments

Comments
 (0)