From c5df2565ab73841bef982ed87799b943c4f117be Mon Sep 17 00:00:00 2001 From: Nick Hill Date: Fri, 12 Dec 2025 10:34:23 -0800 Subject: [PATCH] update e2e test - oops Signed-off-by: Nick Hill --- tests/v1/e2e/test_async_scheduling.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/v1/e2e/test_async_scheduling.py b/tests/v1/e2e/test_async_scheduling.py index 137a5e6edef2e..307b6e66682f6 100644 --- a/tests/v1/e2e/test_async_scheduling.py +++ b/tests/v1/e2e/test_async_scheduling.py @@ -102,7 +102,6 @@ def test_with_spec_decoding(monkeypatch: pytest.MonkeyPatch): test_sampling_params = [ dict(), - dict(logprobs=2), dict(presence_penalty=-1.0), dict(bad_words=["the", " the"]), dict(logprobs=2),