From bd8ef99028de09363df72cf25887abe73f7ac346 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 16 Jan 2014 19:52:24 -0800 Subject: [PATCH] temporarily disable OS X Chrome Sauce test since it's being flaky e.g.: Tested http://127.0.0.1:3000/js/tests/index.html Environment: OS X 10.9::chrome >> Timeout, waited for more than 300000 milliseconds --- test-infra/sauce_browsers.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/test-infra/sauce_browsers.yml b/test-infra/sauce_browsers.yml index aa5a96acc8..ea54045975 100644 --- a/test-infra/sauce_browsers.yml +++ b/test-infra/sauce_browsers.yml @@ -5,10 +5,11 @@ browserName: "safari", platform: "OS X 10.9" }, - { - browserName: "chrome", - platform: "OS X 10.9" - }, + # FIXME: keeps timing out frequently for unknown reasons + # { + # browserName: "chrome", + # platform: "OS X 10.9" + # }, { browserName: "firefox", -- 2.47.2