summaryrefslogtreecommitdiff
path: root/test/javascript/tests/update_documents.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/javascript/tests/update_documents.js')
-rw-r--r--test/javascript/tests/update_documents.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/javascript/tests/update_documents.js b/test/javascript/tests/update_documents.js
index 6cd4a91d6..913c99a57 100644
--- a/test/javascript/tests/update_documents.js
+++ b/test/javascript/tests/update_documents.js
@@ -10,7 +10,7 @@
// License for the specific language governing permissions and limitations under
// the License.
-
+couchTests.elixir = true
couchTests.update_documents = function(debug) {
var db_name = get_random_db_name();
var db = new CouchDB(db_name, {"X-Couch-Full-Commit":"false"});