mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-07 06:06:14 +00:00
test_real: Skip disk space check
Removing disk space check because tests aren't critical and we can run them on machines tight on disk. Signed-off-by: Otavio Pontes <otavio.pontes@intel.com>
This commit is contained in:
@@ -59,7 +59,7 @@ install_bundles() {
|
||||
|
||||
print "Install bundles: $BUNDLE_LIST"
|
||||
|
||||
run sudo sh -c "$SWUPD bundle-add $SWUPD_OPTS $BUNDLE_LIST"
|
||||
run sudo sh -c "$SWUPD bundle-add --skip-diskspace-check $SWUPD_OPTS $BUNDLE_LIST"
|
||||
assert_status_is 0
|
||||
verify_system
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user