Skip to content

Commit

Permalink
Merge 70abcd1 into 55268c8
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Feb 16, 2021
2 parents 55268c8 + 70abcd1 commit 70e8862
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions test/component/metrics/metrics_actions_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,12 +223,11 @@ describe('Metrics', function() {
should.exists(m.services.unknownt.subservices);
should.exists(m.services.unknownt.subservices['/']);
msub = m.services.unknownt.subservices['/'];
// FIXME #489: these checks are disabled because are failing since travis configuration chages and probably works with gitactions
// should.equal(m.services.unknownt.sum.actionEntityUpdate, 1);
// should.equal(m.services.unknownt.sum.okActionEntityUpdate, 0);
// should.equal(m.services.unknownt.sum.failedActionEntityUpdate, 1);
// should.equal(m.services.unknownt.sum.outgoingTransactions, 1);
// should.equal(m.services.unknownt.sum.outgoingTransactionsErrors, 1);
should.equal(m.services.unknownt.sum.actionEntityUpdate, 1);
should.equal(m.services.unknownt.sum.okActionEntityUpdate, 0);
should.equal(m.services.unknownt.sum.failedActionEntityUpdate, 1);
should.equal(m.services.unknownt.sum.outgoingTransactions, 1);
should.equal(m.services.unknownt.sum.outgoingTransactionsErrors, 1);
return callback();
}, 1500);
});
Expand Down

0 comments on commit 70e8862

Please sign in to comment.