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

Commit

Permalink
test: skipping V8-specific test
Browse files Browse the repository at this point in the history
PR-URL: #441
Reviewed-By: Jimmy Thomson <jithomso@microsoft.com>
Reviewed-By: Taylor Woll <taylor.woll@microsoft.com>
  • Loading branch information
kfarnung committed Dec 9, 2017
1 parent 43bd7a8 commit ffa70ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/parallel/test-intl-v8BreakIterator.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit ffa70ff

Please sign in to comment.