diff options
| author | Chris Rebert <[email protected]> | 2014-01-16 14:47:11 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-16 14:47:11 -0800 |
| commit | 1ca0f8dbc08df555dcd7696d5cf903fe5ca074ff (patch) | |
| tree | 82ca4fb5f16cddb0f4774052c968cdaa85652178 /test-infra | |
| parent | 4bd6a52562c48d6d798bcbe427e08ad306889b4a (diff) | |
| download | bootstrap-1ca0f8dbc08df555dcd7696d5cf903fe5ca074ff.tar.xz bootstrap-1ca0f8dbc08df555dcd7696d5cf903fe5ca074ff.zip | |
re-enable OS X Firefox in Sauce tests
Diffstat (limited to 'test-infra')
| -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 |
