From 7e2b2a3cfc599dbafa5380e9a56fdd9c48f80a51 Mon Sep 17 00:00:00 2001 From: Wes Kocher Date: Tue, 5 May 2015 14:31:33 -0700 Subject: [PATCH] Bug 1149555 - Skip test on 10.10 because it unexpectedly passes --- toolkit/content/tests/chrome/chrome.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/toolkit/content/tests/chrome/chrome.ini b/toolkit/content/tests/chrome/chrome.ini index 4de31c8d0747..51da9f11c98d 100644 --- a/toolkit/content/tests/chrome/chrome.ini +++ b/toolkit/content/tests/chrome/chrome.ini @@ -85,6 +85,7 @@ skip-if = os == "win" # Intermittent failures, bug 919016 [test_bug570192.xul] [test_bug585946.xul] [test_bug624329.xul] +skip-if = (os == 'mac' && os_version == '10.10') # Unexpectedly perma-passes on OSX 10.10 [test_bug792324.xul] [test_bug1048178.xul] skip-if = toolkit == "cocoa"