mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
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:
parent
4c83347d54
commit
ec11ce7903
@ -476,7 +476,7 @@ sub get_workarounds {
|
||||
my %workarounds = (
|
||||
"38" => [],
|
||||
"39" => [],
|
||||
"40" => ["114154510"],
|
||||
"40" => ["114154510", "FEDORA-2024-4afc8e64b0"],
|
||||
"41" => ["114149399"],
|
||||
);
|
||||
my $advortasks = $workarounds{$version};
|
||||
|
Loading…
Reference in New Issue
Block a user