commit 3710fcdb833c1b8b6f8255d512356974d8d9ae49
parent a7607baf80be8b8d966e1065c52a4f741df3c5ab
Author: Cristina Horotan <chorotan@mozilla.com>
Date: Sun, 26 Oct 2025 17:05:48 +0200
Bug 1996463 - updated condition for realm-time-zone.js
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||skip-if(!this.hasOwnProperty('Intl')||!xulRuntime.shell)
+// |reftest| skip-if(true||!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.