From 79aede2ede35d536a46f27c3fc7dda5eef434304 Mon Sep 17 00:00:00 2001 From: "narrieta@microsoft" Date: Tue, 7 Jan 2025 08:58:56 -0800 Subject: [PATCH] Skip AlmaLinux on scale set tests --- tests_e2e/test_suites/ext_sequencing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests_e2e/test_suites/ext_sequencing.yml b/tests_e2e/test_suites/ext_sequencing.yml index f710a45d4..168c41ebb 100644 --- a/tests_e2e/test_suites/ext_sequencing.yml +++ b/tests_e2e/test_suites/ext_sequencing.yml @@ -8,3 +8,5 @@ tests: images: "endorsed" # This scenario is executed on instances of a scaleset created by the agent test suite. executes_on_scale_set: true +skip_on_images: + - "alma_9" # TODO: Currently AlmaLinux is not available for scale sets; enable this image when it is available.