From 51b94bb73f2e3d6335ba8b570b1b89c14dc0aaff Mon Sep 17 00:00:00 2001 From: discord9 Date: Mon, 31 Aug 2026 07:02:44 +0000 Subject: [PATCH] fix(cmd): gate daemon integration test on Unix (#8987) Signed-off-by: discord9 <55937128+discord9@users.noreply.github.com> --- src/cmd/tests/standalone_daemon.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cmd/tests/standalone_daemon.rs b/src/cmd/tests/standalone_daemon.rs index 2f4d1cd068..5b7c7427d5 100644 --- a/src/cmd/tests/standalone_daemon.rs +++ b/src/cmd/tests/standalone_daemon.rs @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +#![cfg(unix)] + use std::net::TcpStream; use std::process::{Command, Stdio}; use std::time::{Duration, Instant};