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