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.
This commit is contained in:
Lukáš Růžička 2020-03-16 10:12:16 +01:00
parent 30f5eae3ac
commit d2f53799c9
1 changed files with 1 additions and 1 deletions

View File

@ -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"