From c86db83adfbdafe647263dec9e64c2d072387a52 Mon Sep 17 00:00:00 2001 From: Phil Ringnalda Date: Wed, 9 Dec 2015 18:40:57 -0800 Subject: [PATCH] Bug 1208199 - Skip test_osfile_async_setDates.js on b2g debug, where it fails constantly --- toolkit/components/osfile/tests/xpcshell/xpcshell.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/toolkit/components/osfile/tests/xpcshell/xpcshell.ini b/toolkit/components/osfile/tests/xpcshell/xpcshell.ini index c8efff08f3f8..70cd91d89e50 100644 --- a/toolkit/components/osfile/tests/xpcshell/xpcshell.ini +++ b/toolkit/components/osfile/tests/xpcshell/xpcshell.ini @@ -17,6 +17,7 @@ support-files = [test_osfile_async_flush.js] [test_osfile_async_largefiles.js] [test_osfile_async_setDates.js] +skip-if = (toolkit == 'gonk' && debug) # Bug 1208199 [test_removeEmptyDir.js] [test_makeDir.js] [test_file_URL_conversion.js]