summaryrefslogtreecommitdiff
path: root/deps/v8/test/intl/intl.status
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/intl/intl.status')
-rw-r--r--deps/v8/test/intl/intl.status5
1 files changed, 3 insertions, 2 deletions
diff --git a/deps/v8/test/intl/intl.status b/deps/v8/test/intl/intl.status
index d062dfe9a2..6dbb9d3e83 100644
--- a/deps/v8/test/intl/intl.status
+++ b/deps/v8/test/intl/intl.status
@@ -28,14 +28,15 @@
[
################################################################################
[ALWAYS, {
-# TODO(ftang,jshin): The following test is flaky.
- 'overrides/caching': [PASS, FAIL],
+ # TODO(v8:13649): The following test is flaky and slow.
+ 'overrides/caching': [SKIP],
}], # ALWAYS
################################################################################
['mode == debug', {
# Skip slow tests in debug mode.
'general/empty-handle': [SKIP],
+ 'string-localecompare': [SKIP],
}], # mode == debug
##############################################################################