-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
improvementThis issue or pull request will add or improve functionality, maintainability, or ease of useThis issue or pull request will add or improve functionality, maintainability, or ease of use
Description
💡 Summary
Uncomment this assertion when that becomes possible:
ansible-role-systemd-resolved/molecule/default/tests/test_default.py
Lines 45 to 49 in 7b185bd
# This assertion currently fails because of | |
# pytest-dev/pytest-testinfra#757. Once | |
# pytest-dev/pytest-testinfra#754 has been merged and a new | |
# release is created the following line can be uncommented. | |
# assert s.exists, "systemd-resolved service does not exist." |
Motivation and context
This assertion currently fails because of pytest-dev/pytest-testinfra#757. Once pytest-dev/pytest-testinfra#767 has been merged and a new release of pytest-testinfra
is created the assertion can be uncommented.
Metadata
Metadata
Assignees
Labels
improvementThis issue or pull request will add or improve functionality, maintainability, or ease of useThis issue or pull request will add or improve functionality, maintainability, or ease of use