summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanjo Rodriguez <juanjo@apache.org>2020-06-26 17:34:00 +0200
committerJuanjo Rodriguez <jjrodrig@gmail.com>2020-06-27 22:04:57 +0200
commit739e6fbd32c80d5246252597609d22d0daa9ef15 (patch)
tree9e0fc89e3838e681a6017b7faf90fa5cab1a4c7d
parent4ff8629b66a7285b2bb4c10322b113a2c286ec57 (diff)
downloadcouchdb-739e6fbd32c80d5246252597609d22d0daa9ef15.tar.gz
Skip tests as temporary views are not supported
-rw-r--r--test/javascript/tests/reduce_false_temp.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/javascript/tests/reduce_false_temp.js b/test/javascript/tests/reduce_false_temp.js
index 51b23bd6b..a13b4ab18 100644
--- a/test/javascript/tests/reduce_false_temp.js
+++ b/test/javascript/tests/reduce_false_temp.js
@@ -10,6 +10,7 @@
// License for the specific language governing permissions and limitations under
// the License.
+couchTests.skip = true;
couchTests.reduce_false_temp = function(debug) {
var db_name = get_random_db_name();
var db = new CouchDB(db_name, {"X-Couch-Full-Commit":"false"});