diff options
| author | Chris Rebert <[email protected]> | 2014-01-16 16:10:50 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-16 16:10:50 -0800 |
| commit | ecf8148c3fd6de467c69a66cb71dd02a77dd96ac (patch) | |
| tree | 0422ac4f8f625e0ef199eae27896de4e646d2394 | |
| parent | 60fb8b76f9b6d2c1aac80b56979a411d6bbcb786 (diff) | |
| parent | ded7008e407e70efb2d5719a0e5b817c72a9fa7a (diff) | |
| download | bootstrap-ecf8148c3fd6de467c69a66cb71dd02a77dd96ac.tar.xz bootstrap-ecf8148c3fd6de467c69a66cb71dd02a77dd96ac.zip | |
Merge pull request #12264 from twbs/mavericks-safari-7
upgrade to Safari 7 in Sauce tests
| -rw-r--r-- | test-infra/sauce_browsers.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test-infra/sauce_browsers.yml b/test-infra/sauce_browsers.yml index 1e89d1bfc..dd4104987 100644 --- a/test-infra/sauce_browsers.yml +++ b/test-infra/sauce_browsers.yml @@ -3,12 +3,8 @@ { browserName: "safari", - platform: "OS X 10.8" + platform: "OS X 10.9" }, - # { # Safari 7 (which requires Mavericks) is not currently supported by Sauce Labs - # browserName: "safari", - # platform: "OS X 10.9" - # }, { browserName: "chrome", platform: "OS X 10.9" |
