diff options
author | Philip Hands <phil@hands.com> | 2016-11-15 20:27:50 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-15 21:32:04 +0100 |
commit | 119976ab2da792c0bbdc58d9ef1488ce10053aa4 (patch) | |
tree | 486ce0233eb3e853c7efddd6848674fbba42a90b /cucumber/features/install.feature | |
parent | 117412c5536f799cfc0177d9709e7675feb2ee33 (diff) | |
download | jenkins.debian.net-119976ab2da792c0bbdc58d9ef1488ce10053aa4.tar.xz |
lvc: re-enable Gnome for normal test runs
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'cucumber/features/install.feature')
-rw-r--r-- | cucumber/features/install.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cucumber/features/install.feature b/cucumber/features/install.feature index 5b48003b..4ea97b33 100644 --- a/cucumber/features/install.feature +++ b/cucumber/features/install.feature @@ -10,8 +10,8 @@ Feature: Doing variations on d-i installs Examples: | install_ui | target_ui | login | -# | gui | Gnome | Gnome | # FIXME -- X fails to start at present -- possibly related to "qxl too old" seen on flickering console, which seems like it might be something to do with 'spice' | gui | minimal | VT | + | gui | Gnome | Gnome | | gui | LXDE | LXDE | | gui | XFCE | XFCE | | gui | KDE | KDE | |