From 78d3b2fde5ab703f918e9338fa3578ad560bc488 Mon Sep 17 00:00:00 2001 From: Jakub Rusz Date: Mon, 7 Oct 2024 10:35:40 +0200 Subject: [PATCH] tests/filesystem: increase /usr size The test started failing on 8.10 GA. It seems that something changed in the system repos and the size we had originally set was not enough. --- test/cases/filesystem.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cases/filesystem.sh b/test/cases/filesystem.sh index 184d0bfb3..f03564d4a 100644 --- a/test/cases/filesystem.sh +++ b/test/cases/filesystem.sh @@ -144,7 +144,7 @@ size = "125 MiB" [[customizations.filesystem]] mountpoint = "/usr" -size = 2147483648 +size = 4294967296 [[customizations.filesystem]] mountpoint = "/tmp"