From 71f3c0119a72799974a72d840a9a7a8ec99626ba Mon Sep 17 00:00:00 2001 From: Phil Ringnalda Date: Sat, 26 Oct 2013 15:23:25 -0700 Subject: [PATCH] Bug 928262 - Disable test_operator_app_install.xul on Windows for frequent timeouts --- dom/apps/tests/chrome.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dom/apps/tests/chrome.ini b/dom/apps/tests/chrome.ini index b0638b1dd77..dd0ca60d379 100644 --- a/dom/apps/tests/chrome.ini +++ b/dom/apps/tests/chrome.ini @@ -3,3 +3,5 @@ [test_apps_service.xul] [test_operator_app_install.js] [test_operator_app_install.xul] +# bug 928262 + skip-if = os == "win"