Skip to content

Commit 999c692

Browse files
committed
fix: use xfail instead of skip
Signed-off-by: fege <fmosca@redhat.com>
1 parent 0edb53f commit 999c692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/model_registry/mcp_servers/test_data_integrity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_mcp_servers_loaded(
3535
)
3636
assert server["toolCount"] == EXPECTED_MCP_SERVER_TOOL_COUNTS[name]
3737

38-
@pytest.mark.skip(reason="RHOAIENG-55737 - toolLimit query parameter has no effect on MCP servers listing endpoint")
38+
@pytest.mark.xfail(reason="RHOAIENG-55737 - toolLimit query parameter has no effect on MCP listing endpoint")
3939
def test_mcp_server_tool_limit(
4040
self: Self,
4141
mcp_catalog_rest_urls: list[str],

0 commit comments

Comments
 (0)