Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
disabling failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Kaufman committed Mar 30, 2018
1 parent e785a77 commit db8f126
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions test/addons-napi/test_exception/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,9 @@ function testFinalize(binding) {
// To assuage the linter's concerns.
(function() {})(x);
}
testFinalize('createExternal');
testFinalize('createExternalBuffer');

// BUGBUG: test diabled - https://github.com/nodejs/node-chakracore/issues/507
if (!common.isChakraEngine) {
testFinalize('createExternal');
testFinalize('createExternalBuffer');
}

0 comments on commit db8f126

Please sign in to comment.