Skip to content

Commit 5c4d1bb

Browse files
committed
test: mark test_image_block_in_instruction as qualitative
1 parent 176e352 commit 5c4d1bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/backends/test_vision_openai.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def test_image_block_construction_from_pil(pil_image: Image.Image):
6868
assert ImageBlock.is_valid_base64_png(str(image_block))
6969

7070

71+
@pytest.mark.qualitative
7172
def test_image_block_in_instruction(
7273
m_session: MelleaSession, pil_image: Image.Image, gh_run: int
7374
):

0 commit comments

Comments
 (0)