From 055662fe3652543c26dc8a8371aa47df5c6f7f6e Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Tue, 4 May 2021 15:34:14 +0000 Subject: [PATCH] Mark qt as unwanted package --- tests/unwanted_packages.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unwanted_packages.pm b/tests/unwanted_packages.pm index b924345d..b84c40f8 100644 --- a/tests/unwanted_packages.pm +++ b/tests/unwanted_packages.pm @@ -11,7 +11,7 @@ sub run { my @unwanteds; my $subv = get_var("SUBVARIANT"); if ($subv eq "Workstation") { - @unwanteds = ("gtk2"); + @unwanteds = ("gtk2", "qt"); } for my $unwanted (@unwanteds) { assert_script_run "! rpm -q $unwanted";