mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 03:35:17 +08:00
[CI] Disable Failing Tests (#18165)
This commit is contained in:
parent
f9c069c85e
commit
856865008e
@ -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")],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user