diff options
| author | Chris Rebert <[email protected]> | 2014-02-04 01:51:40 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-02-04 01:51:40 -0800 |
| commit | b16efebc8eadb4e57899c80b19cd9cf25af3bfa8 (patch) | |
| tree | 8abaf3192948ba3fddf31ae4daee132b3a01ce5b /test-infra | |
| parent | 952afba70dd06433e19bae190511e3dac2030725 (diff) | |
| download | bootstrap-b16efebc8eadb4e57899c80b19cd9cf25af3bfa8.tar.xz bootstrap-b16efebc8eadb4e57899c80b19cd9cf25af3bfa8.zip | |
disable OS X Chrome in Selenium tests to fix the build
Diffstat (limited to 'test-infra')
| -rw-r--r-- | test-infra/sauce_browsers.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test-infra/sauce_browsers.yml b/test-infra/sauce_browsers.yml index 9ec9c4cb1..4c1e011d3 100644 --- a/test-infra/sauce_browsers.yml +++ b/test-infra/sauce_browsers.yml @@ -5,11 +5,11 @@ browserName: "safari", platform: "OS X 10.9" }, - { - browserName: "chrome", - platform: "OS X 10.9", - version: "31" - }, + # { + # browserName: "chrome", + # platform: "OS X 10.9", + # version: "31" + # }, { browserName: "firefox", platform: "OS X 10.9" |
