Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove xfail from passing integration tests. (#232)
Some of the tests marked `xfail` are passing in my local testing. Enabling them, so these run during the release. ```shell tests/integration_tests/chat_models/test_standard.py::TestBedrockStandard::test_tool_message_histories_string_content PASSED tests/integration_tests/chat_models/test_standard.py::TestBedrockStandard::test_tool_message_histories_list_content PASSED tests/integration_tests/chat_models/test_standard.py::TestBedrockStandard::test_structured_few_shot_examples PASSED ```
- Loading branch information