We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0b814 commit 1d63a9bCopy full SHA for 1d63a9b
libs/miroflow-tool/tests/test_searching_mcp_server.py
@@ -7,8 +7,8 @@
7
from mcp import StdioServerParameters
8
9
from miroflow.tool.manager import ToolManager
10
-
11
+
+pytest.skip("Skipping all tests in this file", allow_module_level=True)
12
class TestSearchingMCPServer:
13
"""Test suite for Searching MCP Server functionality."""
14
@@ -654,3 +654,4 @@ async def test_serper_api_key_not_set(self):
654
def pytest_configure(config):
655
"""Configure pytest with custom markers."""
656
config.addinivalue_line("markers", "integration: marks tests as integration tests")
657
0 commit comments