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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user