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: tag known-bug scenarios with expected-failure-EAI-* for skiponfailure
Scenarios that exercise filed bugs are now tagged with
expected-failure-EAI-XXXX (e.g. expected-failure-EAI-7219). Robot
Framework's --skiponfailure flag marks these as SKIP instead of FAIL,
keeping CI green while the bugs are open. When a bug is fixed, its
test starts passing and reports PASS — signaling the tag can be
removed.
Tag mapping:
- EAI-7218: scenario 15 (PyTorch dependency resolution)
- EAI-7219: scenarios 5, 6, 12, 16 (alias resolution)
- EAI-7220: scenarios 7, 8, 9, 17 (service registry / detection)
- EAI-7221: scenario 14 (TUI hardcodes model name)
- EAI-7223: scenario 18 (vLLM tool-calling)
Signed-off-by: wip-management <wip@localhost>
0 commit comments