Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index 508185d3c6be976f0b4c959d1ecc927ac955e269..3c55cdb5afe78c06777f8b04bb83200ff9f8f14a 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -324,6 +324,12 @@ |
}], # 'gc_stress == True' |
############################################################################## |
+['no_i18n == True and mode == debug', { |
+ # Tests too slow for no18n debug. |
+ 'regress/regress-1200351': [SKIP], |
+}], # 'no_i18n == True and mode == debug' |
+ |
+############################################################################## |
['byteorder == big', { |
# Emscripten requires little-endian, skip all tests on big endian platforms. |
'asm/embenchen/*': [SKIP], |