Skip to content

Commit

Permalink
ci: skip flaky on CITGM
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Oct 20, 2022
1 parent b7b5438 commit f54ed18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .mocharc.yml

This file was deleted.

3 changes: 3 additions & 0 deletions test/issuer/issuer_instance.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ describe('Issuer', () => {
});

it('fetches if asked to (one concurrent request at a time)', function () {
if ('CITGM' in process.env) {
this.skip();
}
nock.cleanAll();

// force a fail to fetch to check it tries to load
Expand Down

0 comments on commit f54ed18

Please sign in to comment.