We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0edb53f commit 999c692Copy full SHA for 999c692
tests/model_registry/mcp_servers/test_data_integrity.py
@@ -35,7 +35,7 @@ def test_mcp_servers_loaded(
35
)
36
assert server["toolCount"] == EXPECTED_MCP_SERVER_TOOL_COUNTS[name]
37
38
- @pytest.mark.skip(reason="RHOAIENG-55737 - toolLimit query parameter has no effect on MCP servers listing endpoint")
+ @pytest.mark.xfail(reason="RHOAIENG-55737 - toolLimit query parameter has no effect on MCP listing endpoint")
39
def test_mcp_server_tool_limit(
40
self: Self,
41
mcp_catalog_rest_urls: list[str],
0 commit comments