1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 21:43:08 +00:00

Drop F36 kwin workaround, should not be needed any more

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-03-01 18:31:37 -08:00
parent e794c24de7
commit ad1d656124

View File

@ -464,7 +464,7 @@ sub setup_workaround_repo {
my %workarounds = (
"34" => [],
"35" => [],
"36" => ["83236339"]
"36" => []
);
# then we'll download each update for our release:
my $advortasks = $workarounds{$version};