Commit a29b26a
committed
Fix flaky Should_Accept_Both_MCP_Servers_And_Custom_Agents test
Remove message-sending from the test that combines MCP servers and custom
agents. The test was timing out because the runtime sometimes blocks before
making the LLM call when both configs are present with a non-functional echo
MCP server. Since the test's purpose is verifying config acceptance (not
message round-trip), simplify it to match the pattern of other passing tests
like Should_Handle_Multiple_MCP_Servers.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent d600675 commit a29b26a
3 files changed
Lines changed: 2 additions & 24 deletions
File tree
- dotnet/test/E2E
- test/snapshots
- mcp-and-agents
- mcp_and_agents
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | 404 | | |
413 | 405 | | |
414 | 406 | | |
| |||
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 3 | + | |
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 3 | + | |
0 commit comments