jiahuili430 commented on code in PR #5822:
URL: https://github.com/apache/couchdb/pull/5822#discussion_r2615970826
##########
test/elixir/test/config/skip.elixir:
##########
@@ -1,26 +1,14 @@
%{
- "CookieAuthTest": [
- "cookie auth"
- ],
- "ReaderACLTest": [
- "unrestricted db can be read"
+ "JwtRolesClaimTest": [
Review Comment:
1. This test was not included in the `suite.elixir`, so it was never run in
the CI before.
2. If adding this to the `suite.elixir` file, running `make elixir
tests=test/elixir/test/jwt_roles_claim_test.exs` will fail locally.
```bash
$ make elixir tests=test/elixir/test/jwt_roles_claim_test.exs
...
Finished in 0.1 seconds (0.00s async, 0.1s sync)
5 tests, 5 failures
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]