diff --git a/libs/aws/tests/integration_tests/chat_models/test_standard.py b/libs/aws/tests/integration_tests/chat_models/test_standard.py index eed7ed51..e2dba377 100644 --- a/libs/aws/tests/integration_tests/chat_models/test_standard.py +++ b/libs/aws/tests/integration_tests/chat_models/test_standard.py @@ -26,21 +26,6 @@ def standard_chat_model_params(self) -> dict: def test_stop_sequence(self, model: BaseChatModel) -> None: super().test_stop_sequence(model) - @pytest.mark.xfail(reason="Not yet implemented.") - def test_tool_message_histories_string_content(self, model: BaseChatModel) -> None: - super().test_tool_message_histories_string_content(model) - - @pytest.mark.xfail(reason="Not yet implemented.") - def test_tool_message_histories_list_content(self, model: BaseChatModel) -> None: - super().test_tool_message_histories_list_content(model) - - @pytest.mark.xfail(reason="Not yet implemented.") - def test_structured_few_shot_examples( - self, - model: BaseChatModel, - ) -> None: - super().test_structured_few_shot_examples(model) - class TestBedrockUseConverseStandard(ChatModelIntegrationTests): @property