From ec11ce7903ea2e9df26dc30a67c9215454b21309 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 28 Feb 2024 00:31:53 -0800 Subject: [PATCH] Add FEDORA-2024-4afc8e64b0 to F40 workarounds to fix g-i-s pages I missed reverting the g-i-s page skip config when deferring the webUI Change to F40. Now I changed the conditional in the openQA test to expect F40 to behave like F39 and earlier, it's failing because it's seeing too many pages. This should resolve it. Signed-off-by: Adam Williamson --- lib/utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index e1611774..f8f0caea 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -476,7 +476,7 @@ sub get_workarounds { my %workarounds = ( "38" => [], "39" => [], - "40" => ["114154510"], + "40" => ["114154510", "FEDORA-2024-4afc8e64b0"], "41" => ["114149399"], ); my $advortasks = $workarounds{$version};