Commit 7a2c352b authored by Mark Otto's avatar Mark Otto

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

parent 8a04ed44
...@@ -68,14 +68,15 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment