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

Signed-off-by: David Xia <david@davidxia.com>
This commit is contained in:
David Xia 2025-05-15 02:17:16 -04:00 committed by GitHub
parent 70f8b96724
commit de71fec81b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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")],