Skip to content

Commit 5753e27

Browse files
committed
Merge branch 'bell/eagle_cb_top1_impl' of https://github.com/songbell/openvino.genai into HEAD
2 parents 1fd68d9 + 1016572 commit 5753e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python_tests/samples/test_speculative_decoding_lm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class TestEagle3SpeculativeDecodingLM:
6666
)
6767
def test_sample_speculative_decoding_lm(self, convert_model, convert_draft_model, sample_args):
6868
if sys.platform == 'darwin':
69-
pytest.xfail("Ticket 173586")
69+
pytest.xfail("Ticket 173586") # Update mac.yml to run the test separately similar to linux.yml after resolution
7070
env = os.environ.copy()
7171
env["OPENVINO_LOG_LEVEL"] = "0"
7272
_run_spec_case(convert_model, convert_draft_model, sample_args, env)

0 commit comments

Comments
 (0)