[CI] skip xlite-decode-only e2e test (#5407)
### What this PR does / why we need it?
skip xlite-decode-only e2e test, since it's unstable
- vLLM version: release/v0.13.0
- vLLM main:
81786c8774
Signed-off-by: changdawei1 <changdawei3@huawei.com>
This commit is contained in:
@@ -35,6 +35,8 @@ MODELS = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip(
|
||||||
|
reason="TODO: Re-enable xlite_decode_only e2e test when stable.")
|
||||||
@pytest.mark.parametrize("model", MODELS)
|
@pytest.mark.parametrize("model", MODELS)
|
||||||
@pytest.mark.parametrize("max_tokens", [15])
|
@pytest.mark.parametrize("max_tokens", [15])
|
||||||
def test_models_with_xlite_decode_only(
|
def test_models_with_xlite_decode_only(
|
||||||
|
|||||||
Reference in New Issue
Block a user