diff options
| author | Chris Rebert <[email protected]> | 2014-01-16 15:39:56 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-21 16:28:38 -0800 |
| commit | 9e862cdf70091e877a3de9c5dcf1ad5449e6623b (patch) | |
| tree | 892412aec26aa2b49a79f127ade8d7ee109ae792 | |
| parent | 7938134fd1382deb7b300da1672559fe2afb3706 (diff) | |
| download | bootstrap-9e862cdf70091e877a3de9c5dcf1ad5449e6623b.tar.xz bootstrap-9e862cdf70091e877a3de9c5dcf1ad5449e6623b.zip | |
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 |
