summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2013-03-14 20:13:02 +0100
committerJan Lehnardt <jan@apache.org>2013-03-14 20:13:23 +0100
commit81a36ca51b5cce34f5cada6f82fc17ab839e0c4f (patch)
tree48862bdbae678e8f7a2ca6f265194d16886c9ff5
parent6fcb57381d5ffb669b132ac601c32697377f98db (diff)
downloadcouchdb-81a36ca51b5cce34f5cada6f82fc17ab839e0c4f.tar.gz
Do not run attachment_ranges.js in Chrome as Chrome is broken there.
-rw-r--r--share/www/script/test/attachment_ranges.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/www/script/test/attachment_ranges.js b/share/www/script/test/attachment_ranges.js
index a4ea4d322..9b32681f4 100644
--- a/share/www/script/test/attachment_ranges.js
+++ b/share/www/script/test/attachment_ranges.js
@@ -23,6 +23,11 @@ couchTests.attachment_ranges = function(debug) {
if (debug) debugger;
+ if(window.navigator.userAgent.match(/Chrome/)) {
+ // Chrome is broken.
+ return;
+ }
+
var binAttDoc = {
_id: "bin_doc",
_attachments: {