We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176e352 commit 5c4d1bbCopy full SHA for 5c4d1bb
1 file changed
test/backends/test_vision_openai.py
@@ -68,6 +68,7 @@ def test_image_block_construction_from_pil(pil_image: Image.Image):
68
assert ImageBlock.is_valid_base64_png(str(image_block))
69
70
71
+@pytest.mark.qualitative
72
def test_image_block_in_instruction(
73
m_session: MelleaSession, pil_image: Image.Image, gh_run: int
74
):
0 commit comments