diff --git a/test/parallel/test-intl-v8BreakIterator.js b/test/parallel/test-intl-v8BreakIterator.js index 257d6b2a769..e6ba9c0f57a 100644 --- a/test/parallel/test-intl-v8BreakIterator.js +++ b/test/parallel/test-intl-v8BreakIterator.js @@ -3,6 +3,9 @@ const common = require('../common'); const assert = require('assert'); const vm = require('vm'); +if (common.isChakraEngine) + common.skip('not applicable to Chakra'); + if (!common.hasIntl) common.skip('missing Intl');