From: Chris Rebert Date: Sun, 26 Jan 2014 01:55:52 +0000 (-0800) Subject: re-enable OS X Chrome in Sauce tests X-Git-Tag: v3.1.0~6^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12387%2Fhead;p=thirdparty%2Fbootstrap.git re-enable OS X Chrome in Sauce tests --- diff --git a/test-infra/sauce_browsers.yml b/test-infra/sauce_browsers.yml index 5e37b7d980..9ec9c4cb1e 100644 --- a/test-infra/sauce_browsers.yml +++ b/test-infra/sauce_browsers.yml @@ -5,12 +5,11 @@ browserName: "safari", platform: "OS X 10.9" }, - # FIXME: keeps timing out frequently for unknown reasons - # { - # browserName: "chrome", - # platform: "OS X 10.9" - # }, - + { + browserName: "chrome", + platform: "OS X 10.9", + version: "31" + }, { browserName: "firefox", platform: "OS X 10.9"