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