Unverified Commit 85686500 authored by Robert Shaw's avatar Robert Shaw Committed by GitHub
Browse files

[CI] Disable Failing Tests (#18165)

parent f9c069c8
......@@ -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",
[{
......
......@@ -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")],
......
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