Skip to content

Commit fe9bc47

Browse files
committed
test
Signed-off-by: Yiqing Yan <[email protected]>
1 parent 21f90ca commit fe9bc47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/defs/test_e2e.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1462,6 +1462,7 @@ def test_openai_completions_example(llm_root, llm_venv, backend: str):
14621462

14631463
@pytest.mark.parametrize("backend", ["pytorch", "trt"])
14641464
def test_openai_chat_example(llm_root, llm_venv, backend: str):
1465+
pytest.fail("test_openai_chat_example")
14651466
test_root = unittest_path() / "llmapi" / "apps"
14661467
filter_expr = f"{backend} and not sampler"
14671468
llm_venv.run_cmd([

0 commit comments

Comments
 (0)