Skip to content

Commit

Permalink
Uncomment assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed May 28, 2024
1 parent 923f21c commit 76c3224
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions molecule/default/tests/test_default_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ def test_packages(host):
def test_services(host):
"""Verify that the expected services are present."""
s = host.service("systemd-resolved")
# TODO - 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.
#
# See #3 for more details.
# assert s.exists, "systemd-resolved service does not exist."
assert s.exists, "systemd-resolved service does not exist."
assert s.is_enabled, "systemd-resolved service is not enabled."
assert s.is_running, "systemd-resolved service is not running."

0 comments on commit 76c3224

Please sign in to comment.