diff options
| author | Chris Rebert <[email protected]> | 2014-01-16 19:52:24 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-16 19:52:24 -0800 |
| commit | bd8ef99028de09363df72cf25887abe73f7ac346 (patch) | |
| tree | 0bf1cdf6c2f69ffa117e69be9ebc865b91f5a712 | |
| parent | 600f62dc785a188ebdebe58950df0b247bbd93fc (diff) | |
| download | bootstrap-bd8ef99028de09363df72cf25887abe73f7ac346.tar.xz bootstrap-bd8ef99028de09363df72cf25887abe73f7ac346.zip | |
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
| -rw-r--r-- | test-infra/sauce_browsers.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/test-infra/sauce_browsers.yml b/test-infra/sauce_browsers.yml index aa5a96acc..ea5404597 100644 --- a/test-infra/sauce_browsers.yml +++ b/test-infra/sauce_browsers.yml @@ -5,10 +5,11 @@ browserName: "safari", platform: "OS X 10.9" }, - { - browserName: "chrome", - platform: "OS X 10.9" - }, + # FIXME: keeps timing out frequently for unknown reasons + # { + # browserName: "chrome", + # platform: "OS X 10.9" + # }, { browserName: "firefox", |
