Skip to content

Commit

Permalink
test: disabling N-API test
Browse files Browse the repository at this point in the history
The test failure is being tracked by nodejs#246
  • Loading branch information
kfarnung committed May 23, 2017
1 parent 26992ab commit 5e26434
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/addons-napi/test_reference/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
const common = require('../../common');
const assert = require('assert');

if (common.isChakraEngine) {
common.skip('Skipped for node-chakracore till #246 is fixed.');
return;
}

const test_reference = require(`./build/${common.buildType}/test_reference`);

// This test script uses external values with finalizer callbacks
Expand Down

0 comments on commit 5e26434

Please sign in to comment.