From 7a095b03d088a28e10bc8491c469cb005cb8e913 Mon Sep 17 00:00:00 2001 From: Ryan VanderMeulen Date: Wed, 3 Jun 2015 08:47:00 -0400 Subject: [PATCH] Bug 1158887 - Skip test_async_transactions.js on Windows XP for frequent failures. r=mak --- toolkit/components/places/tests/unit/xpcshell.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/toolkit/components/places/tests/unit/xpcshell.ini b/toolkit/components/places/tests/unit/xpcshell.ini index 398b65f9e018..72a910008ab5 100644 --- a/toolkit/components/places/tests/unit/xpcshell.ini +++ b/toolkit/components/places/tests/unit/xpcshell.ini @@ -67,6 +67,7 @@ skip-if = os == "android" skip-if = os == "android" [test_async_history_api.js] [test_async_transactions.js] +skip-if = (os == "win" && os_version == "5.1") # Bug 1158887 [test_autocomplete_stopSearch_no_throw.js] [test_bookmark_catobs.js] [test_bookmarks_json.js]