Skip to content

Commit 779f1f9

Browse files
committed
formatting
1 parent a808631 commit 779f1f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/testrunner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,9 @@ def main():
312312
# Skip non-sanity/security/eks test suites for vllm images in MAINLINE context
313313
if build_context == "MAINLINE":
314314
if all("base" in image_uri for image_uri in all_image_list) and test_type not in {
315-
"functionality_sanity"
315+
"functionality_sanity",
316316
"security_sanity",
317-
"eks"
317+
"eks",
318318
}:
319319
LOGGER.info(
320320
f"NOTE: {specific_test_type} tests not supported on base images. Skipping..."

0 commit comments

Comments
 (0)