diff options
author | Juanjo Rodriguez <juanjo@apache.org> | 2020-06-26 17:34:00 +0200 |
---|---|---|
committer | Juanjo Rodriguez <jjrodrig@gmail.com> | 2020-06-27 22:04:57 +0200 |
commit | 739e6fbd32c80d5246252597609d22d0daa9ef15 (patch) | |
tree | 9e0fc89e3838e681a6017b7faf90fa5cab1a4c7d | |
parent | 4ff8629b66a7285b2bb4c10322b113a2c286ec57 (diff) | |
download | couchdb-739e6fbd32c80d5246252597609d22d0daa9ef15.tar.gz |
Skip tests as temporary views are not supported
-rw-r--r-- | test/javascript/tests/reduce_false_temp.js | 1 |
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"}); |