diff options
| author | Chris Rebert <[email protected]> | 2014-01-25 12:00:10 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-25 12:00:10 -0800 |
| commit | 12a42634714737bdaf28620dc4ca72c6452d7d4c (patch) | |
| tree | f346345ce0ea038ee0e592795edc2743a8dce2b7 | |
| parent | 45b964c246001c45ef0108d45c421d527db7ef0e (diff) | |
| parent | 9e862cdf70091e877a3de9c5dcf1ad5449e6623b (diff) | |
| download | bootstrap-12a42634714737bdaf28620dc4ca72c6452d7d4c.tar.xz bootstrap-12a42634714737bdaf28620dc4ca72c6452d7d4c.zip | |
Merge pull request #12266 from twbs/linux
enable Linux Chrome & Linux Firefox in Sauce tests
| -rw-r--r-- | test-infra/sauce_browsers.yml | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/test-infra/sauce_browsers.yml b/test-infra/sauce_browsers.yml index e13239106..911b88f9a 100644 --- a/test-infra/sauce_browsers.yml +++ b/test-infra/sauce_browsers.yml @@ -63,16 +63,15 @@ # iOS Chrome not currently supported by Sauce Labs - # Linux (unofficial): - # FIXME: currently fails 1 tooltip test - # { - # browserName: "chrome", - # platform: "Linux" - # }, - # { - # browserName: "firefox", - # platform: "Linux" - # } + # Linux (unofficial) + { + browserName: "chrome", + platform: "Linux" + }, + { + browserName: "firefox", + platform: "Linux" + } # Android Chrome not currently supported by Sauce Labs |
