From 6694c14ded138931f59c2866c1780249e5f33da7 Mon Sep 17 00:00:00 2001 From: Ryan VanderMeulen Date: Fri, 14 Aug 2015 08:34:08 -0400 Subject: [PATCH] Bug 1176173 - Skip test_ReadHeapSnapshot_worker.js for intermittent crashes. --- toolkit/devtools/server/tests/unit/xpcshell.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/toolkit/devtools/server/tests/unit/xpcshell.ini b/toolkit/devtools/server/tests/unit/xpcshell.ini index a644efa6d667..1eb4730237d9 100644 --- a/toolkit/devtools/server/tests/unit/xpcshell.ini +++ b/toolkit/devtools/server/tests/unit/xpcshell.ini @@ -44,6 +44,7 @@ support-files = [test_SaveHeapSnapshot.js] [test_ReadHeapSnapshot.js] [test_ReadHeapSnapshot_worker.js] +skip-if = os == 'linux' # Bug 1176173 [test_dbgactor.js] [test_dbgglobal.js] [test_dbgclient_debuggerstatement.js]