home-assistant.tests.components.conversation: disable test_error_no_device_on_floor only on aarch64

Passes on x86_64 after the intents bump to 2026.2.13 in
home-assistant/core#162959.
This commit is contained in:
Jamie Magee
2026-05-10 10:53:22 -07:00
parent 36677b407a
commit f4d69a71a9
+7 -2
View File
@@ -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"