From be0dcb64232ab1ab62b710129f64f00e54821886 Mon Sep 17 00:00:00 2001 From: Yiqing Yan Date: Fri, 15 Aug 2025 08:47:13 +0000 Subject: [PATCH] test: get passed test list Signed-off-by: Yiqing Yan --- tests/integration/defs/test_e2e.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/defs/test_e2e.py b/tests/integration/defs/test_e2e.py index 0123679d477b..06f7848b4376 100644 --- a/tests/integration/defs/test_e2e.py +++ b/tests/integration/defs/test_e2e.py @@ -1462,6 +1462,7 @@ def test_openai_completions_example(llm_root, llm_venv, backend: str): @pytest.mark.parametrize("backend", ["pytorch", "trt"]) def test_openai_chat_example(llm_root, llm_venv, backend: str): + pytest.fail("test_openai_chat_example") test_root = unittest_path() / "llmapi" / "apps" filter_expr = f"{backend} and not sampler" llm_venv.run_cmd([