-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: drop size comparison in assert_fs_customizations
The size comparison in the build test is bad. Customizations control the size of a partition but the function was comparing the usable size of a filesystem, which can be very different. Attempts were made to cover the difference, by simply reducing the expected size by a fixed amount, but were ultimately inadequate. We can do better.
- Loading branch information
1 parent
63a3fbc
commit 2713962
Showing
1 changed file
with
7 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters