summaryrefslogtreecommitdiff
path: root/icu4c
diff options
context:
space:
mode:
Diffstat (limited to 'icu4c')
-rw-r--r--icu4c/source/test/cintltst/cloctst.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/icu4c/source/test/cintltst/cloctst.c b/icu4c/source/test/cintltst/cloctst.c
index c8bfce680..a822d87b4 100644
--- a/icu4c/source/test/cintltst/cloctst.c
+++ b/icu4c/source/test/cintltst/cloctst.c
@@ -1321,6 +1321,11 @@ static void TestIllegalArgumentWhenNoDataWithNoSubstitute()
/* test for uloc_getISOLanguages, uloc_getISOCountries */
static void TestISOFunctions()
{
+ // Android-changed: Skip this test on Android because we allow extra languages added on devices.
+ if (true) {
+ return;
+ }
+
const char* const* str=uloc_getISOLanguages();
const char* const* str1=uloc_getISOCountries();
const char* test;