Index: test/intl/intl.status |
diff --git a/test/intl/intl.status b/test/intl/intl.status |
index 7ef6b0d69d951ff1c2c6e52e4ac1d4a25bc65c9f..15fbe43c12e35649db7b10b4f547dad154dfa85a 100644 |
--- a/test/intl/intl.status |
+++ b/test/intl/intl.status |
@@ -31,9 +31,9 @@ |
'overrides/caching': [PASS, FAIL], |
}], # ALWAYS |
-['arch == arm64 and mode == debug and simulator_run == True', { |
- # Ignition. |
- 'date-format/timezone': [PASS, ['no_snap and mode == debug', NO_IGNITION]], |
- 'number-format/check-digit-ranges': [PASS, ['no_snap and mode == debug', NO_IGNITION]], |
-}], # 'arch == arm64 and mode == debug and simulator_run == True' |
+['arch == arm64 and mode == debug and simulator_run == True and variant == ignition', { |
+ # Ignition on ARM64 simulator in debug mode. |
+ 'date-format/timezone': [PASS, ['no_snap', SKIP]], |
+ 'number-format/check-digit-ranges': [PASS, ['no_snap', SKIP]], |
+}], # 'arch == arm64 and mode == debug and simulator_run == True and variant == ignition' |
] |