Skip to content

Commit 754c3e6

Browse files
authored
Merge branch 'master' into ignore_urllib3
2 parents 8b2c646 + b52f49f commit 754c3e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/testrunner.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,10 @@ 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",
325326
}:
326327
LOGGER.info(
327-
f"NOTE: {specific_test_type} tests not supported on vllm images in MAINLINE. Skipping..."
328+
f"NOTE: {specific_test_type} tests not supported on vllm images. Skipping..."
328329
)
329330
return
330331

0 commit comments

Comments
 (0)