Drop several F37 workarounds that went into Branched compose

This should ease space pressure on some tests.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-08-12 01:14:28 -07:00
parent cc1cc3f727
commit 71a7b8f60d
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ sub setup_workaround_repo {
"34" => [],
"35" => [],
"36" => [],
"37" => ["90614839", "FEDORA-2022-f8047bb67b", "FEDORA-2022-6f94e8eda6", "FEDORA-2022-b3376c521c", "FEDORA-2022-adb1bf1e8b", "FEDORA-2022-b7d48f0896"]
"37" => ["FEDORA-2022-adb1bf1e8b", "FEDORA-2022-b7d48f0896"]
);
# then we'll download each update for our release:
my $advortasks = $workarounds{$version};