Skip to content

Commit e4acc3e

Browse files
committed
tests: Skip mcp_agent check due to unresolved timeouts.
See #706
1 parent 86f0918 commit e4acc3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/cookbooks/test_cookbooks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ def test_cookbook_notebook(
1717
"""Test that cookbook notebooks execute without errors using jupyter execute."""
1818
if notebook_path.stem == "agent_with_local_llm":
1919
pytest.skip("Need to set up ollama to run this test")
20+
if notebook_path.stem == "mcp_agent":
21+
pytest.skip("See https://github.com/mozilla-ai/any-agent/issues/706")
2022
try:
2123
result = subprocess.run( # noqa: S603
2224
["jupyter", "execute", notebook_path.name], # noqa: S607

0 commit comments

Comments
 (0)