From cc71a907d9e766c6287d8a4682a0bcbb4c67623a Mon Sep 17 00:00:00 2001 From: Otavio Pontes Date: Mon, 26 Nov 2018 22:58:37 +0000 Subject: [PATCH] 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 --- test/real_content/real_content_lib.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/real_content/real_content_lib.bash b/test/real_content/real_content_lib.bash index cd56ce10..c035e156 100644 --- a/test/real_content/real_content_lib.bash +++ b/test/real_content/real_content_lib.bash @@ -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 }