Skip to content

Commit cdbbfcc

Browse files
fix skip grammar
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c1877aa commit cdbbfcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mcps/mcp_gateway_e2e_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def test_gateway_json_rpc_initialize(self):
159159
) # we should enhance error handling at some point
160160

161161
@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"
162+
"Not working on CI - likely related to error handling. Will investigate after PR merge."
163163
)
164164
def test_gateway_json_rpc_list_tools(self):
165165
"""Test sending a list tools request after initialization."""

0 commit comments

Comments
 (0)