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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-02-28 00:31:53 -08:00
parent 4c83347d54
commit ec11ce7903
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ sub get_workarounds {
my %workarounds = (
"38" => [],
"39" => [],
"40" => ["114154510"],
"40" => ["114154510", "FEDORA-2024-4afc8e64b0"],
"41" => ["114149399"],
);
my $advortasks = $workarounds{$version};