From 778847f5d5f25326a31417ce2fffa072f76de478 Mon Sep 17 00:00:00 2001 From: Norberto Arrieta Date: Tue, 7 Jan 2025 15:48:22 -0800 Subject: [PATCH] Skip AlmaLinux on scale set tests (#3291) Co-authored-by: narrieta@microsoft --- 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.