You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(e2e): scope EAI-7052 lemonade-inference xfail to any OS, not just Linux
The lemonade inference-failure xfail conditions were scoped os="linux", but the
Strix Halo Windows run shows the same failure there — lemonade reports the
service ready, then inference drops the connection ("CURL error: Failure when
receiving data from the peer" / "error sending request"). So the four broadened
inference scenarios (serve-lemonade-inference, serve-readiness-contract,
chat-tool-definitions-accepted, chat-end-to-end-local-model) read as unexpected
failures on Strix Windows. Drop the os constraint — EAI-7052 is engine-specific
(lemonade llama.cpp backend), not OS-specific — so it xfails on any lemonade host.
Signed-off-by: fredespi <fredrik.espinoza@gmail.com>
0 commit comments