Index: test/intl/intl.status |
diff --git a/test/intl/intl.status b/test/intl/intl.status |
index ad23784d8a3f42e85b2ece37044ef51c2b08904d..4967eb08e1f87f09af5b193734681408102fb6c4 100644 |
--- a/test/intl/intl.status |
+++ b/test/intl/intl.status |
@@ -35,5 +35,5 @@ general/v8Intl-exists: FAIL |
# TODO(jochen): The following test is flaky. |
overrides/caching: PASS || FAIL |
-# BUG(2899): default locale for search fails on mac. |
-collator/default-locale: FAIL if $system == macos |
+# BUG(2899): default locale for search fails on mac and on android. |
+collator/default-locale: FAIL if ($system == macos || $arch == android_arm || $arch == android_ia32) |