summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();