Skip to content

Commit de71fec

Browse files
authored
[CI] don't skip fixed test_kv_cache_events() (#18183)
Signed-off-by: David Xia <david@davidxia.com>
1 parent 70f8b96 commit de71fec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/v1/engine/test_engine_core_client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,6 @@ async def test_engine_core_client_asyncio(monkeypatch: pytest.MonkeyPatch):
256256
client.shutdown()
257257

258258

259-
# TRACKING: https://github.com/vllm-project/vllm/issues/18167
260-
@pytest.mark.skip(reason="RE-ENABLE: this test is failing on main.")
261259
@pytest.mark.parametrize(
262260
"multiprocessing_mode,publisher_config",
263261
[(True, "tcp"), (False, "inproc")],

0 commit comments

Comments
 (0)