diff options
| author | Chris Rebert <[email protected]> | 2014-01-25 17:55:52 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-25 17:55:52 -0800 |
| commit | 6717f642bb8dca8fb78dbe17c07209ba98091e2d (patch) | |
| tree | 569f07712a8a285f4ec5b6795af6951dd578344c | |
| parent | 77362a3b457280c049239100cf2511669a81e677 (diff) | |
| download | bootstrap-6717f642bb8dca8fb78dbe17c07209ba98091e2d.tar.xz bootstrap-6717f642bb8dca8fb78dbe17c07209ba98091e2d.zip | |
re-enable OS X Chrome in Sauce tests
| -rw-r--r-- | test-infra/sauce_browsers.yml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/test-infra/sauce_browsers.yml b/test-infra/sauce_browsers.yml index 5e37b7d980..9ec9c4cb1 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" |
