Skip to content

Commit 071620c

Browse files
committed
change test
1 parent 37b2ea4 commit 071620c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_model_repository.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def test_can_get_tensorrtllm_engine_folder_from_model_repository(self):
6464
), f"engine path found is not as expected. Expected: {expected_engine_path}. Found: {trtllm_utils.get_engine_path()}"
6565

6666
@pytest.mark.skipif(
67-
os.environ.get("IMAGE_KIND") != "TRTLLM", reason="Only run for VLLM image"
67+
os.environ.get("IMAGE_KIND") != "TRTLLM", reason="Only run for TRT-LLM image"
6868
)
6969
@pytest.mark.timeout(DOWNLOAD_TIMEOUT_SECS)
7070
def test_can_get_llmapi_model_id_from_model_repository(self):

0 commit comments

Comments
 (0)