summaryrefslogtreecommitdiff
path: root/test/elixir/test/config/skip.elixir
blob: 9bf449683c9418eb0ead12bcc280c26ad83a24dc (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
30
31
%{
  "CookieAuthTest": [
    "cookie auth"
  ],
  "ProxyAuthTest": [
  ],
  "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"
  ]
}