Skip to content

Commit

Permalink
Update tests/python_tests/test_llm_pipeline_static.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
  • Loading branch information
TolyaTalamanov and ilya-lavrenov authored Jan 2, 2025
1 parent 99a48be commit 28c37d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python_tests/test_llm_pipeline_static.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def test_unsupported_sampling_raise_error(generation_config):
prompt = 'What is OpenVINO?'
pipe = ov_genai.LLMPipeline(model_path, "NPU", **common_config)
with pytest.raises(RuntimeError):
pipe.generate(prompt, **generation_config)
pipe.generate(prompt, generation_config)


@pytest.mark.skipif(sys.platform in ["darwin", "linux"], reason="Not supposed to work on mac. Segfault on linux CI")
Expand Down

0 comments on commit 28c37d4

Please sign in to comment.