[CI] Disable Failing Tests (#18165)

This commit is contained in:
Robert Shaw 2025-05-14 16:49:56 -04:00 committed by GitHub
parent f9c069c85e
commit 856865008e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -178,6 +178,8 @@ def test_eagle_e2e_greedy_correctness_cuda_graph(
batch_size, output_len, seed)
# TRACKING: https://github.com/vllm-project/vllm/issues/18166
@pytest.mark.skip(reason="RE-ENABLE: Failing on main.")
@pytest.mark.parametrize(
"common_llm_kwargs",
[{

View File

@ -256,6 +256,8 @@ 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")],