summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <kocolosk@apache.org>2020-01-28 17:02:58 -0500
committerAdam Kocoloski <kocolosk@apache.org>2020-01-28 18:44:07 -0500
commitbdd3e9ef17ce97ce52de5f269526a632257c36af (patch)
tree30843b7328625ce1b698bdb80d26a5d045c4c798
parent2b9d367d2119f448807fa945475893d51c472be5 (diff)
downloadcouchdb-2493-remove-auth-cache.tar.gz
Temporarily skip JS tests hitting couch_auth_cache2493-remove-auth-cache
-rw-r--r--test/javascript/tests/reader_acl.js2
-rw-r--r--test/javascript/tests/security_validation.js2
2 files changed, 4 insertions, 0 deletions
diff --git a/test/javascript/tests/reader_acl.js b/test/javascript/tests/reader_acl.js
index 3966b64cb..261aaa53d 100644
--- a/test/javascript/tests/reader_acl.js
+++ b/test/javascript/tests/reader_acl.js
@@ -10,6 +10,8 @@
// License for the specific language governing permissions and limitations under
// the License.
+couchTests.skip = true;
+
couchTests.reader_acl = function(debug) {
// this tests read access control
diff --git a/test/javascript/tests/security_validation.js b/test/javascript/tests/security_validation.js
index 128b90b8b..60986287d 100644
--- a/test/javascript/tests/security_validation.js
+++ b/test/javascript/tests/security_validation.js
@@ -10,6 +10,8 @@
// License for the specific language governing permissions and limitations under
// the License.
+couchTests.skip = true;
+
couchTests.security_validation = function(debug) {
var db_name = get_random_db_name();