diff options
author | Philip Hands <phil@hands.com> | 2016-05-26 21:32:26 +0200 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2016-05-26 21:39:53 +0200 |
commit | e6229a0a9495e9bf56fad1cc00a9cb1f2306ed88 (patch) | |
tree | 53d4ae54d162a5a7226a0e26205d59456816de90 /cucumber | |
parent | 362fc15df35cfe9db30d87361a53829e0050d972 (diff) | |
download | jenkins.debian.net-e6229a0a9495e9bf56fad1cc00a9cb1f2306ed88.tar.xz |
lvc: stop wasting time on scenario permutations
Diffstat (limited to 'cucumber')
-rw-r--r-- | cucumber/features/install.feature | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/cucumber/features/install.feature b/cucumber/features/install.feature index cf9a68a0..4e53b84c 100644 --- a/cucumber/features/install.feature +++ b/cucumber/features/install.feature @@ -10,13 +10,9 @@ Feature: Doing variations on d-i installs Examples: | install_ui | target_ui | login | - | text | Minimal | VT | - | text | non-GUI | VT | - | text | XFCE Desktop | XFCE | -# | text | Gnome Desktop | Gnome | | gui | Minimal | VT | - | gui | non-GUI | VT | | gui | XFCE Desktop | XFCE | + | text | non-GUI | VT | # | gui | Gnome Desktop | Gnome | # Scenario: Get a useful error from a bogus HTTP proxy |