mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 17:12:44 +08:00
refactor: Skip MCP Memory leak integration test (#9358)
Update test_mcp_memory_leak.py
This commit is contained in:
@ -17,7 +17,10 @@ from langflow.base.mcp.util import MCPSessionManager
|
||||
from loguru import logger
|
||||
from mcp import StdioServerParameters
|
||||
|
||||
pytestmark = pytest.mark.timeout(300, method="thread")
|
||||
pytestmark = [
|
||||
pytest.mark.timeout(300, method="thread"),
|
||||
pytest.mark.skip(reason="Skipping all MCP memory leak integration tests for now."),
|
||||
]
|
||||
|
||||
|
||||
async def wait_tools(session, t=20):
|
||||
|
||||
Reference in New Issue
Block a user