Skip to content

Commit 630b3da

Browse files
authored
disable vllm EKS test on mainline pipeline (#5129)
1 parent 67e2398 commit 630b3da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/testrunner.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,10 +322,9 @@ def main():
322322
elif all("vllm" in image_uri for image_uri in all_image_list) and test_type not in {
323323
"functionality_sanity",
324324
"security_sanity",
325-
"eks",
326325
}:
327326
LOGGER.info(
328-
f"NOTE: {specific_test_type} tests not supported on vllm images. Skipping..."
327+
f"NOTE: {specific_test_type} tests not supported on vllm images in MAINLINE. Skipping..."
329328
)
330329
return
331330

0 commit comments

Comments
 (0)