Commit 6952aeb
test(bedrock): skip non-replayable multi-turn invoke tool-message tests
test_image_tool_message and test_pdf_tool_message for UiPathChatBedrock
are multi-turn exchanges that issue several identical `POST /` invoke
requests. With the VCR config (allow_playback_repeats: False, path-only
matching) they cannot be replayed deterministically from a recorded
cassette, so they fail in CI with an empty response body
(json.decoder.JSONDecodeError) even though they pass against a live
gateway.
Skip them in skip_on_specific_configs (matching the existing pattern for
unsupported/irreproducible combos) until per-turn body-based cassette
matching is added. Pre-existing failure, unrelated to the token change;
reproduces identically on main.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 87231df commit 6952aeb
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
72 | 87 | | |
73 | 88 | | |
74 | 89 | | |
| |||
0 commit comments