From ebf09218d5cecdf139bb62ecfe776141f26f883f Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Thu, 8 Jan 2026 18:59:25 +0530 Subject: [PATCH] TestManusResponsesAPITest --- tests/llm_responses_api_testing/test_manus_responses_api.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/llm_responses_api_testing/test_manus_responses_api.py b/tests/llm_responses_api_testing/test_manus_responses_api.py index f9b7cbbb64..06dbaf54a4 100644 --- a/tests/llm_responses_api_testing/test_manus_responses_api.py +++ b/tests/llm_responses_api_testing/test_manus_responses_api.py @@ -53,6 +53,10 @@ class TestManusResponsesAPITest(BaseResponsesAPITest): async def test_cancel_responses_invalid_response_id(self, sync_mode): pytest.skip("CANCEL responses is not supported for Manus") + @pytest.mark.asyncio + async def test_multiturn_responses_api(self): + pytest.skip("Multiturn responses is not supported for Manus") + @pytest.mark.asyncio async def test_manus_responses_api_with_agent_profile():