From 76051603075a421a2b4039bc6fdeb5b3d634fa6a Mon Sep 17 00:00:00 2001 From: Mark Hammond Date: Thu, 16 Oct 2014 12:48:22 +1100 Subject: [PATCH] Bug 1073639 - disable test_client.js on b2g due to excessive run times. r=spenrose --- services/fxaccounts/tests/xpcshell/xpcshell.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/fxaccounts/tests/xpcshell/xpcshell.ini b/services/fxaccounts/tests/xpcshell/xpcshell.ini index ec178f4ebfa..7d7a886f9af 100644 --- a/services/fxaccounts/tests/xpcshell/xpcshell.ini +++ b/services/fxaccounts/tests/xpcshell/xpcshell.ini @@ -5,7 +5,7 @@ skip-if = toolkit == 'android' [test_accounts.js] [test_client.js] -skip-if = toolkit == 'gonk' && debug # times out, bug 1079405 +skip-if = toolkit == 'gonk' # times out, bug 1073639 [test_credentials.js] [test_loginmgr_storage.js] skip-if = appname == 'b2g' # login manager storage only used on desktop.