Background
test_cross_env_consistency is currently skipped due to deadlock behavior in Odoo 19 when acquiring a second Registry() with the test cursor lock.
Skipped test
test_cross_env_consistency
Goal
Refactor the test strategy to validate cross-environment route propagation without deadlocking.
Acceptance criteria
- Remove skip decorator.
- Test reliably validates cross-env consistency.
- No deadlock in CI.
References
endpoint_route_handler/tests/test_endpoint.py