Skip to content

Commit 1c3c31e

Browse files
committed
Disable Outlines llama.cpp tests
1 parent d578b42 commit 1c3c31e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/models/test_outlines.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,10 @@
8080
not transformer_imports_successful(), reason='transformers not available'
8181
)
8282

83+
# Disabled because the llama_cpp tests have been regularly failing in CI with `Fatal Python error: Illegal instruction`:
84+
# https://github.com/pydantic/pydantic-ai/actions/runs/19547773220/job/55970947389
8385
skip_if_llama_cpp_imports_unsuccessful = pytest.mark.skipif(
84-
not llama_cpp_imports_successful(), reason='llama_cpp not available'
86+
not llama_cpp_imports_successful() or True, reason='llama_cpp not available'
8587
)
8688

8789
skip_if_vllm_imports_unsuccessful = pytest.mark.skipif(not vllm_imports_successful(), reason='vllm not available')

0 commit comments

Comments
 (0)