We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1877aa commit cdbbfccCopy full SHA for cdbbfcc
tests/mcps/mcp_gateway_e2e_test.py
@@ -159,7 +159,7 @@ def test_gateway_json_rpc_initialize(self):
159
) # we should enhance error handling at some point
160
161
@pytest.mark.skip(
162
- "It is not working on the CI I believe it maybe something related to the error handling I would like to check it when the PR is merged"
+ "Not working on CI - likely related to error handling. Will investigate after PR merge."
163
)
164
def test_gateway_json_rpc_list_tools(self):
165
"""Test sending a list tools request after initialization."""
0 commit comments