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:
Otavio Pontes
2018-12-07 13:11:47 -08:00
parent 3e36d062ea
commit cc71a907d9
+1 -1
View File
@@ -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
}