From 96abc75b4d7aec467fa363e0cf0cd406236ba3fb Mon Sep 17 00:00:00 2001 From: Reactor Scram Date: Mon, 5 Aug 2024 17:42:41 -0500 Subject: [PATCH] test(headless-client): remove `sleep 3` (#6167) This should be redundant now that we fixed the systemd notification in #6026 and cut a release. (Since compatibility tests will use the last release, not the tip of `main`) Signed-off-by: Reactor Scram --- scripts/tests/systemd/dns-systemd-resolved.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/tests/systemd/dns-systemd-resolved.sh b/scripts/tests/systemd/dns-systemd-resolved.sh index d27b3476c..ca8006616 100755 --- a/scripts/tests/systemd/dns-systemd-resolved.sh +++ b/scripts/tests/systemd/dns-systemd-resolved.sh @@ -44,11 +44,6 @@ resolvectl dns tun-firezone && exit 1 stat "/usr/bin/$BINARY_NAME" sudo systemctl start "$SERVICE_NAME" || debug_exit -# TODO: Remove after #6026 goes into the next release. Until then, the compat tests will need the `sleep 3` to keep passing -# This is needed for the compatibility tests to pass, but once #6026 -# is in `main`, it should be redundant -sleep 3 - resolvectl dns tun-firezone resolvectl query "$HTTPBIN" || debug_exit