Actions
Refactor #33122
closedIntroduce skip pattern for ACL tests
Difficulty:
Triaged:
No
Description
There are some routes added during the test suit, and if the ACL tests run after those dummy routes are added, the ACL obviously fails for them.
We should skip such dummy test routes (or remove them once used, but it is much harder in Rails, once the path is defined).
Actions