Revert "debian: tests: Wait for systemd-resolved to be started"

This reverts commit 618adefab794eb85018704ed97c871c3e1ae0b0e.

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
James Valleroy 2024-09-24 14:56:32 -04:00 committed by Sunil Mohan Adapa
parent 4b2e065304
commit d8e82deb20
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -7,7 +7,7 @@
# - Ability to create and initialize database
# - Module inititailzation for essential modules
#
Test-Command: until systemctl status systemd-resolved >/dev/null; do sleep 1; done; plinth --list-apps 2> /dev/null
Test-Command: plinth --list-apps 2> /dev/null
Restrictions: needs-root
#