mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-28 20:58:17 +00:00
Don't test Linux browsers since we don't support them officially and they're failing our tests
This commit is contained in:
parent
8a04ed44a1
commit
7a2c352b50
1 changed files with 9 additions and 8 deletions
|
|
@ -68,14 +68,15 @@
|
||||||
# iOS Chrome not currently supported by Sauce Labs
|
# iOS Chrome not currently supported by Sauce Labs
|
||||||
|
|
||||||
# Linux (unofficial):
|
# Linux (unofficial):
|
||||||
{
|
# FIXME: currently fails 1 tooltip test
|
||||||
browserName: "chrome",
|
# {
|
||||||
platform: "Linux"
|
# browserName: "chrome",
|
||||||
},
|
# platform: "Linux"
|
||||||
{
|
# },
|
||||||
browserName: "firefox",
|
# {
|
||||||
platform: "Linux"
|
# browserName: "firefox",
|
||||||
}
|
# platform: "Linux"
|
||||||
|
# }
|
||||||
|
|
||||||
# Android Chrome not currently supported by Sauce Labs
|
# Android Chrome not currently supported by Sauce Labs
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue