summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBessenyei Balázs Donát <bessbd@users.noreply.github.com>2021-05-15 19:06:58 +0200
committerGitHub <noreply@github.com>2021-05-15 19:06:58 +0200
commitd29999cd3f85072d40633a1befe4a29a670890fd (patch)
tree4c541c00353519b1f9d1a84e9c013a57c74b423c
parent27c1268deb9d5c91d6e403b7bfdde4e1acbd9a5e (diff)
downloadcouchdb-d29999cd3f85072d40633a1befe4a29a670890fd.tar.gz
Re-enable skipped ConfigTest elixir tests (#3564)
-rw-r--r--test/elixir/test/config/skip.elixir9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/elixir/test/config/skip.elixir b/test/elixir/test/config/skip.elixir
index 5b00b6d21..c011dbdcf 100644
--- a/test/elixir/test/config/skip.elixir
+++ b/test/elixir/test/config/skip.elixir
@@ -43,15 +43,6 @@
"CoffeeScript basic functionality"
],
"ConfigTest": [
- "Atoms, binaries, and strings suffice as whitelist sections and keys.",
- "Blacklist is functional",
- "Keys not in the whitelist may not be modified",
- "Non-2-tuples in the whitelist are ignored",
- "Non-list whitelist values allow further modification of the whitelist",
- "Non-term whitelist values allow further modification of the whitelist",
- "Reload config",
- "Server-side password hashing, and raw updates disabling that",
- "Settings can be altered with undefined whitelist allowing any change"
],
"CookieAuthTest": [
"cookie auth"