[None][infra] Skip failed tests for release branch (#7130)

Signed-off-by: qqiao <qqiao@nvidia.com>
This commit is contained in:
Emma Qiao 2025-08-22 00:09:51 +08:00 committed by GitHub
parent 9eac744d72
commit 441edf1eeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,7 @@ def similar(a, b, threshold=0.9):
return SequenceMatcher(None, a, b).ratio() >= threshold
@pytest.mark.skip(reason="https://nvbugs/5470782")
@pytest.mark.parametrize("model_name", ["DeepSeek-V3-Lite"],
ids=["deepseekv3_lite"])
@pytest.mark.parametrize("backend", ["TRTLLM"], ids=["trtllm"])