Commit bd8ef990 authored by Chris Rebert's avatar Chris Rebert

temporarily disable OS X Chrome Sauce test since it's being flaky

e.g.:
Tested http://127.0.0.1:3000/js/tests/index.html
Environment: OS X 10.9::chrome
>> Timeout, waited for more than 300000 milliseconds
parent 600f62dc
...@@ -5,10 +5,11 @@ ...@@ -5,10 +5,11 @@
browserName: "safari", browserName: "safari",
platform: "OS X 10.9" platform: "OS X 10.9"
}, },
{ # FIXME: keeps timing out frequently for unknown reasons
browserName: "chrome", # {
platform: "OS X 10.9" # browserName: "chrome",
}, # platform: "OS X 10.9"
# },
{ {
browserName: "firefox", browserName: "firefox",
......
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