From: Chris Rebert Date: Thu, 16 Jan 2014 23:39:56 +0000 (-0800) Subject: enable Linux Chrome & Linux Firefox in Sauce tests X-Git-Tag: v3.1.0~12^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12266%2Fhead;p=thirdparty%2Fbootstrap.git enable Linux Chrome & Linux Firefox in Sauce tests --- diff --git a/test-infra/sauce_browsers.yml b/test-infra/sauce_browsers.yml index e132391068..911b88f9a5 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