2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Don't test Linux browsers since we don't support them officially and they're failing our tests

This commit is contained in:
Mark Otto
2014-01-10 19:04:11 -08:00
parent 8a04ed44a1
commit 7a2c352b50
+9 -8
View File
@@ -68,14 +68,15 @@
# iOS Chrome not currently supported by Sauce Labs
# Linux (unofficial):
{
browserName: "chrome",
platform: "Linux"
},
{
browserName: "firefox",
platform: "Linux"
}
# FIXME: currently fails 1 tooltip test
# {
# browserName: "chrome",
# platform: "Linux"
# },
# {
# browserName: "firefox",
# platform: "Linux"
# }
# Android Chrome not currently supported by Sauce Labs