temp disable _staging_repos_enable

This commit is contained in:
Trevor Cooper 2022-07-09 09:00:55 -07:00
parent 6fbabfd825
commit a45b23b9bc
Signed by: tcooper
GPG Key ID: 52364D7BBCEB35B8

View File

@ -292,9 +292,9 @@ sub load_postinstall_tests() {
_load_early_postinstall_tests();
## enable staging repos if requested
if (get_var("DNF_CONTENTDIR")) {
autotest::loadtest "tests/_staging_repos_enable.pm";
}
#if (get_var("DNF_CONTENTDIR")) {
# autotest::loadtest "tests/_staging_repos_enable.pm";
#}
# do standard post-install static network config if the var is set
# and this is not an upgrade test (this is done elsewhere in the