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
commit bdd3e9ef17ce97ce52de5f269526a632257c36af Author: Adam Kocoloski <[email protected]> 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();
