Skip to content

Commit

Permalink
test: skip memory usage test (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmatatjahu authored Jan 24, 2023
1 parent 2edde95 commit 418810a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/parse_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,8 @@ it('should fail on invalid examples', async function() {
}, expectedErrorObject);
});

describe('memory usage', function () {
// eslint-disable-next-line mocha/no-skipped-tests
describe.skip('memory usage', function () {
it('should use this same instance of validation function in each call', async function() {
this.timeout(12500);
const asyncapi = fs.readFileSync(path.resolve(__dirname, './good/zbos_mqtt-all-asyncapi.json'), 'utf8');
Expand Down

0 comments on commit 418810a

Please sign in to comment.