From 59ec3617000a40d560dc9dd6dd225e0217113762 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 12 Dec 2018 22:13:20 -0800 Subject: [PATCH] Temporarily disable modularity_update_norepo subtest This is known to not work at present as it's not implemented in DNF yet; failing on it every day isn't proving much. Once it's implemented (expected by end Jan) we can turn it back on again. See https://bugzilla.redhat.com/show_bug.cgi?id=1616167 Signed-off-by: Adam Williamson --- templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates b/templates index 55402f10..ff264df8 100755 --- a/templates +++ b/templates @@ -5262,7 +5262,7 @@ { name => "modularity_tests", settings => [ - { key => "POSTINSTALL", value => "modularity_module_list modularity_enable_disable_module modularity_install_module modularity_update_norepo" }, + { key => "POSTINSTALL", value => "modularity_module_list modularity_enable_disable_module modularity_install_module" }, { key => "USER_LOGIN", value => "false" }, { key => "ROOT_PASSWORD", value => "weakpassword" }, { key => "START_AFTER_TEST", value => "install_default_upload" },