diff options
| author | Chris Rebert <[email protected]> | 2014-01-16 15:25:50 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-16 15:25:50 -0800 |
| commit | 60fb8b76f9b6d2c1aac80b56979a411d6bbcb786 (patch) | |
| tree | fd31847e4c54051a29516406d9b0071935fa944a | |
| parent | d07e8fece474afee9de7edaf6359e60920e8268f (diff) | |
| parent | 1ca0f8dbc08df555dcd7696d5cf903fe5ca074ff (diff) | |
| download | bootstrap-60fb8b76f9b6d2c1aac80b56979a411d6bbcb786.tar.xz bootstrap-60fb8b76f9b6d2c1aac80b56979a411d6bbcb786.zip | |
Merge pull request #12262 from twbs/osx-firefox
re-enable OS X Firefox in Sauce tests
| -rw-r--r-- | test-infra/sauce_browsers.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test-infra/sauce_browsers.yml b/test-infra/sauce_browsers.yml index a2edd8b7b..1e89d1bfc 100644 --- a/test-infra/sauce_browsers.yml +++ b/test-infra/sauce_browsers.yml @@ -14,10 +14,10 @@ platform: "OS X 10.9" }, - # { # FIXME: currently fails 1 tooltip test - # browserName: "firefox", - # platform: "OS X 10.9" - # }, + { + browserName: "firefox", + platform: "OS X 10.9" + }, # Mac Opera not currently supported by Sauce Labs |
