- Version: 8.0-pre
- Platform: Linux
- Subsystem: test
The test-intl-no-icu-data.js
unit test added in PR #11255 fails when nodejs is configured/compiled with --with-intl=full-icu
. I believe it will also fail when compiled with --with-intl=none
and will be flaky with --with-intl=system-icu
We should add guards to this test to skip it if nodejs is compiled with the above options.