From 836d1d2f892ac581ada32446601f104fed980091 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sat, 10 Mar 2018 08:31:43 -0800 Subject: [PATCH] Remove install-no-user for F27 live till I can make it work This doesn't really work, it needs a product with that explicit version to make it work, apparently. I think I'd better just take this out and read up again on how the wildcards work rather than just messing around with it. I'll put it back if I can be reasonably sure of making it work. Signed-off-by: Adam Williamson --- templates | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/templates b/templates index 375345ce..5767149c 100755 --- a/templates +++ b/templates @@ -237,17 +237,6 @@ }, test_suite => { name => "install_default" }, }, - { - machine => { name => "64bit" }, - prio => 20, - product => { - arch => "x86_64", - distri => "fedora", - flavor => "Workstation-live-iso", - version => "27", - }, - test_suite => { name => "install_no_user" }, - }, { machine => { name => "64bit" }, prio => 21,