Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipa: do not attempt to kinit if features are already detected
kinit was run every time this property was accessed. This caused "Calling exit but enter was not called" exception in pytest-mh under special conditions: - a test fails in a way that leaves IPA inoperable - IPA restore does not work - new test has `builtwith` marker that access IPA.features In this case kinit was called, failed and exepction was thrown. pytest-mh then skipped setup but attempted to teardown
- Loading branch information