mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-20 12:45:01 +08:00
[CI] don't skip fixed test_kv_cache_events() (#18183)
Signed-off-by: David Xia <david@davidxia.com>
This commit is contained in:
parent
70f8b96724
commit
de71fec81b
@ -256,8 +256,6 @@ async def test_engine_core_client_asyncio(monkeypatch: pytest.MonkeyPatch):
|
|||||||
client.shutdown()
|
client.shutdown()
|
||||||
|
|
||||||
|
|
||||||
# TRACKING: https://github.com/vllm-project/vllm/issues/18167
|
|
||||||
@pytest.mark.skip(reason="RE-ENABLE: this test is failing on main.")
|
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
"multiprocessing_mode,publisher_config",
|
"multiprocessing_mode,publisher_config",
|
||||||
[(True, "tcp"), (False, "inproc")],
|
[(True, "tcp"), (False, "inproc")],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user