commit a7607baf80be8b8d966e1065c52a4f741df3c5ab
parent 75820b686f382f19f1b68e462befa51d5e369d19
Author: Cristina Horotan <chorotan@mozilla.com>
Date: Sun, 26 Oct 2025 16:22:21 +0200
Bug 1996463 - disable realm-time-zone.js for causing perma SM failures because of the switch to winter time
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/js/src/tests/non262/Date/realm-time-zone.js b/js/src/tests/non262/Date/realm-time-zone.js
@@ -1,4 +1,4 @@
-// |reftest| skip-if(!this.hasOwnProperty('Intl')||!xulRuntime.shell)
+// |reftest| skip||skip-if(!this.hasOwnProperty('Intl')||!xulRuntime.shell)
// Don't run in browser because `SpecialPowers.Cu.getJSTestingFunctions()` doesn't
// appear to be able to change time zone in other Realms.