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([