Remove DESKTOP key from apps_startstop test suite

This should not be set here; it is set in the 'product' (i.e.
the flavor), so it's set to 'gnome' for Workstation live flavor,
'kde' for KDE live flavor. Setting here overrides that and makes
it always 'gnome', we don't want that.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-03-14 09:27:21 -07:00
parent f77d240407
commit 94818cd1aa

View File

@ -5663,7 +5663,6 @@
{
name => "apps_startstop",
settings => [
{ key => "DESKTOP", value => "gnome"},
{ key => "START_AFTER_TEST", value => "install_default_upload" },
{ key => "BOOTFROM", value => "c" },
{ key => "HDD_1", value => "disk_%FLAVOR%_%MACHINE%.qcow2" },