Skip to content

Commit af8c734

Browse files
committed
updated test to mark as potential failure
1 parent bfde737 commit af8c734

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/c++/perf_analyzer/genai-perf/tests/test_llm_inputs.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@ def test_convert_default_json_to_pa_format(self, default_configured_url):
184184
assert pa_json is not None
185185
assert len(pa_json["data"]) == LlmInputs.DEFAULT_LENGTH
186186

187+
@pytest.mark.xfail(
188+
reason="Download from huggingface may fail due to server issues",
189+
raises=GenAIPerfException,
190+
)
187191
def test_create_openai_llm_inputs_cnn_dailymail(self):
188192
"""
189193
Test CNN_DAILYMAIL can be accessed

0 commit comments

Comments
 (0)