From 317deff82cbc99d31233b41b2919affde50aa764 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 19 Jun 2023 12:30:52 +0200 Subject: [PATCH] disk_custom_with_swap: drop root part size to 6G With the new 2G max EFI system partition size, we were trying to stuff 12G of Fedora into a 10G disk. That wasn't going to work. Signed-off-by: Adam Williamson --- tests/disk_custom_with_swap.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/disk_custom_with_swap.pm b/tests/disk_custom_with_swap.pm index 5ef8aeae..dd3bd427 100644 --- a/tests/disk_custom_with_swap.pm +++ b/tests/disk_custom_with_swap.pm @@ -17,7 +17,7 @@ sub run { send_key_until_needlematch("anaconda_part_mountpoint_selected", "tab", 20); # One tab on from 'mount point selected' is 'size' send_key "tab"; - type_very_safely "8 GiB"; + type_very_safely "6 GiB"; assert_and_click "anaconda_part_update_settings"; wait_still_screen 5; # Add swap