From 7635f89c82b5152f3631ca1686b7f781f0062bcd Mon Sep 17 00:00:00 2001 From: Alexandre Lissy Date: Fri, 27 Feb 2015 04:25:00 -0500 Subject: [PATCH] Bug 1137659 - Re-enable LogShake xpcshell tests on B2G Emulator debug. r=me --- b2g/components/test/unit/xpcshell.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b2g/components/test/unit/xpcshell.ini b/b2g/components/test/unit/xpcshell.ini index 7efa29b691c0..55066ce03e5e 100644 --- a/b2g/components/test/unit/xpcshell.ini +++ b/b2g/components/test/unit/xpcshell.ini @@ -27,4 +27,4 @@ skip-if = toolkit != "gonk" [test_logshake_gonk.js] # only run on b2g builds due to requiring b2g-specific log files to exist -skip-if = ((toolkit != "gonk") || ((toolkit == "gonk") && (debug == true))) # bug 1125989: disabled because of race condition in OS.File.makeDir +skip-if = (toolkit != "gonk")