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 11:45:10 +0200
commit5c49e0fbb36feec77d43bc8e23693796b250b887 (patch)
tree1ee5283e84127be44f17581d07842196afb80b40
parentc155bd544f106589e6137753e492e2329dfd1fb9 (diff)
downloadcouchdb-5c49e0fbb36feec77d43bc8e23693796b250b887.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"});