From d2f53799c929743dd0386a79cde5c43620b79ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20R=C5=AF=C5=BEi=C4=8Dka?= Date: Mon, 16 Mar 2020 10:12:16 +0100 Subject: [PATCH] Disable Modularity Checkdefaults tests It is not clear, what the requirements currently are, so let us disable the test for the time's being to stop getting failures all the time. --- templates.fif.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates.fif.json b/templates.fif.json index 77cef1bd..0ae3fab8 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -1502,7 +1502,7 @@ "settings": { "BOOTFROM": "c", "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2", - "POSTINSTALL": "modularity_module_list modularity_enable_disable_module modularity_install_module modularity_checkdefaults", + "POSTINSTALL": "modularity_module_list modularity_enable_disable_module modularity_install_module", "ROOT_PASSWORD": "weakpassword", "START_AFTER_TEST": "install_default_upload", "USER_LOGIN": "false"