This is an automated email from the ASF dual-hosted git repository. davisp pushed a commit to branch fix-js-tests in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 50a4d08fc56d2b114d101aee654a4b96ee8b6996 Author: Paul J. Davis <[email protected]> AuthorDate: Mon Dec 16 15:46:37 2019 -0600 Disable ken auto-building of this design doc We're making assertions that the view isn't being built in the background and Ken violates those assertions. --- test/javascript/tests/design_docs.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/javascript/tests/design_docs.js b/test/javascript/tests/design_docs.js index b23075b..f06efc8 100644 --- a/test/javascript/tests/design_docs.js +++ b/test/javascript/tests/design_docs.js @@ -45,6 +45,7 @@ couchTests.design_docs = function(debug) { var designDoc = { _id: "_design/test", language: "javascript", + autoupdate: false, whatever : { stringzone : "exports.string = 'plankton';", commonjs : {
