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

Commit db8f126

Browse files
author
Mike Kaufman
committed
disabling failing test
1 parent e785a77 commit db8f126

File tree

1 file changed

+6
-2
lines changed
  • test/addons-napi/test_exception

1 file changed

+6
-2
lines changed

Diff for: test/addons-napi/test_exception/test.js

+6-2
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,9 @@ function testFinalize(binding) {
7676
// To assuage the linter's concerns.
7777
(function() {})(x);
7878
}
79-
testFinalize('createExternal');
80-
testFinalize('createExternalBuffer');
79+
80+
// BUGBUG: test diabled - https://github.com/nodejs/node-chakracore/issues/507
81+
if (!common.isChakraEngine) {
82+
testFinalize('createExternal');
83+
testFinalize('createExternalBuffer');
84+
}

0 commit comments

Comments
 (0)