You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.