1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-21 22:47:22 +00:00

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

View File

@ -1502,7 +1502,7 @@
"settings": { "settings": {
"BOOTFROM": "c", "BOOTFROM": "c",
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2", "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", "ROOT_PASSWORD": "weakpassword",
"START_AFTER_TEST": "install_default_upload", "START_AFTER_TEST": "install_default_upload",
"USER_LOGIN": "false" "USER_LOGIN": "false"