Unverified Commit de71fec8 authored by David Xia's avatar David Xia Committed by GitHub
Browse files

[CI] don't skip fixed `test_kv_cache_events()` (#18183)


Signed-off-by: default avatarDavid Xia <david@davidxia.com>
parent 70f8b967
......@@ -256,8 +256,6 @@ async def test_engine_core_client_asyncio(monkeypatch: pytest.MonkeyPatch):
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(
"multiprocessing_mode,publisher_config",
[(True, "tcp"), (False, "inproc")],
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment