Skip to content

Commit

Permalink
Add reason
Browse files Browse the repository at this point in the history
  • Loading branch information
as-suvorov committed Jul 4, 2024
1 parent 81642d5 commit 16b4a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python_tests/continuous_batching/test_preemption.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_preemption(tmp_path, params):
# todo: Anastasiia Pnevskaya: fix the test because it is hanging according max_new_tokens = std::numeric_limits<std::size_t>::max()
@pytest.mark.parametrize("dynamic_split_fuse", [True, False])
@pytest.mark.precommit
@pytest.mark.xfail(raises=AssertionError, condition=sys.platform in ["win32", "darwin"])
@pytest.mark.xfail(raises=AssertionError, reason="Fails on CI.", condition=sys.platform in ["win32", "darwin"])
def test_preemption_with_multinomial(tmp_path, dynamic_split_fuse):
generation_configs = multinomial_params.generation_config
for config in generation_configs:
Expand Down

0 comments on commit 16b4a15

Please sign in to comment.