diff --git a/pkgs/servers/home-assistant/tests.nix b/pkgs/servers/home-assistant/tests.nix index c202dbeccc18..1b90ac5b1005 100644 --- a/pkgs/servers/home-assistant/tests.nix +++ b/pkgs/servers/home-assistant/tests.nix @@ -1,5 +1,6 @@ { lib, + stdenv, home-assistant, }: @@ -135,10 +136,14 @@ let }; extraDisabledTests = { - conversation = [ - # intent fixture mismatch + conversation = lib.optionals stdenv.hostPlatform.isAarch64 [ + # intent fixture mismatch on aarch64 "test_error_no_device_on_floor" ]; + ecovacs = [ + # Translation not found for vacuum + "test_raise_segment_changed_issue" + ]; homeassistant_sky_connect = [ # 2026.5.0: after reload device is in loaded state instead of retry state "test_usb_device_reactivity"