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).
Updated by The Foreman Bot about 3 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ondřej Ezr
- Pull request https://github.com/theforeman/foreman/pull/8674 added
Updated by Ondřej Ezr about 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|b29f53dd58a8545d40a2823f8c9292bb00723e95.
Updated by The Foreman Bot about 3 years ago
- Pull request https://github.com/theforeman/foreman/pull/8752 added
Actions