Skip to content

Commit

Permalink
updated test to mark as potential failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nnshah1 committed Jun 5, 2024
1 parent bfde737 commit af8c734
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/c++/perf_analyzer/genai-perf/tests/test_llm_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ def test_convert_default_json_to_pa_format(self, default_configured_url):
assert pa_json is not None
assert len(pa_json["data"]) == LlmInputs.DEFAULT_LENGTH

@pytest.mark.xfail(
reason="Download from huggingface may fail due to server issues",
raises=GenAIPerfException,
)
def test_create_openai_llm_inputs_cnn_dailymail(self):
"""
Test CNN_DAILYMAIL can be accessed
Expand Down

0 comments on commit af8c734

Please sign in to comment.