Skip to content

Commit 8568650

Browse files
[CI] Disable Failing Tests (#18165)
1 parent f9c069c commit 8568650

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/spec_decode/e2e/test_eagle_correctness.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ def test_eagle_e2e_greedy_correctness_cuda_graph(
178178
batch_size, output_len, seed)
179179

180180

181+
# TRACKING: https://github.com/vllm-project/vllm/issues/18166
182+
@pytest.mark.skip(reason="RE-ENABLE: Failing on main.")
181183
@pytest.mark.parametrize(
182184
"common_llm_kwargs",
183185
[{

tests/v1/engine/test_engine_core_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,8 @@ 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.")
259261
@pytest.mark.parametrize(
260262
"multiprocessing_mode,publisher_config",
261263
[(True, "tcp"), (False, "inproc")],

0 commit comments

Comments
 (0)