You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2020/01/28 22:03:26 UTC

[couchdb] branch 2493-remove-auth-cache updated: Temporarily skip JS tests hitting couch_auth_cache

This is an automated email from the ASF dual-hosted git repository.

kocolosk pushed a commit to branch 2493-remove-auth-cache
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/2493-remove-auth-cache by this push:
     new 56535e8  Temporarily skip JS tests hitting couch_auth_cache
56535e8 is described below

commit 56535e82591297978ee2a52a266102ae5c449206
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Tue Jan 28 17:02:58 2020 -0500

    Temporarily skip JS tests hitting couch_auth_cache
---
 test/javascript/tests/reader_acl.js          | 2 ++
 test/javascript/tests/security_validation.js | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/test/javascript/tests/reader_acl.js b/test/javascript/tests/reader_acl.js
index 3966b64..261aaa5 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 128b90b..6098628 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();