summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorILYA Khlopotov <iilyak@apache.org>2021-09-15 12:02:42 -0700
committerILYA Khlopotov <iilyak@apache.org>2021-09-16 04:20:34 -0700
commit522cb5aac69a04dc97b60a5b42753709f7e71697 (patch)
treedbe5981c37cc212ad9d67ad2cc30bc0eea2efec0
parent601d48edd333fadbe5ab09ec06e29a6115e6e20f (diff)
downloadcouchdb-522cb5aac69a04dc97b60a5b42753709f7e71697.tar.gz
Disable some tests
-rw-r--r--test/elixir/test/config/skip.elixir4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/elixir/test/config/skip.elixir b/test/elixir/test/config/skip.elixir
index c63b5b3d7..a96833491 100644
--- a/test/elixir/test/config/skip.elixir
+++ b/test/elixir/test/config/skip.elixir
@@ -171,6 +171,9 @@
"replication doc with bad rep id"
],
"ReplicationTest": [
+ "non-admin user on target - remote-to-remote",
+ "non-admin or reader user on source - remote-to-remote",
+ "unauthorized replication cancellation"
],
"ReplicatorDBByDocIdTest": [
"replicatior db by doc id"
@@ -203,6 +206,7 @@
"serial execution is not spuriously counted as loop on test_rewrite_suite_db%2Fwith_slashes"
],
"SecurityValidationTest": [
+ "Author presence and user security when replicated"
],
"ShowDocumentsTest": [
"JS can't set etag",