summaryrefslogtreecommitdiff
path: root/test/elixir/test/config/skip.elixir
blob: 7fbcacef7d6ec4969b947b3e1d28de8f9cc97aaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
%{
  "CookieAuthTest": [
    "cookie auth"
  ],
  "ReaderACLTest": [
    "unrestricted db can be read"
  ],
  "ReplicationTest": [
    "non-admin user on target - remote-to-remote",
    "non-admin or reader user on source - remote-to-remote",
    "unauthorized replication cancellation"
  ],
  "SecurityValidationTest": [
    "Author presence and user security when replicated"
  ],
  "UsersDbSecurityTest": [
    "user db security"
  ],
  "WithQuorumTest": [
    "Creating/Deleting DB should return 201-Created/202-Acepted"
  ],
  "WithoutQuorumTest": [
    "Attachments should return 202-Acepted",
    "Bulk docs should return 202-Acepted",
    "Copy doc should return 202-Acepted",
    "Creating/Deleting DB should return 202-Acepted",
    "Creating/Updating/Deleting doc should return 202-Acepted"
  ]
}