Commit 94fe5c9b authored by Thomas Altenbach's avatar Thomas Altenbach Committed by David Brown
Browse files

sim: Enable oversized_secondary_slot test with max-align-32



The test case oversized_secondary_slot, introduced by PR !1286 was not
enabled when the 'max-align-32' feature was selected because of the test
case was failing with some configurations.

Since 88294be1, the
oversized_secondary_slot test is now passing with 'max-align-32' in all
configurations and can therefore be enabled.

Signed-off-by: default avatarThomas Altenbach <thomas.altenbach@legrand.com>
parent f7394e39
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -58,8 +58,6 @@ sim_test!(revert_with_fails, make_image(&NO_DEPS, false), run_revert_with_fails(
sim_test!(perm_with_fails, make_image(&NO_DEPS, true), run_perm_with_fails());
sim_test!(perm_with_random_fails, make_image(&NO_DEPS, true), run_perm_with_random_fails(5));
sim_test!(norevert, make_image(&NO_DEPS, true), run_norevert());

#[cfg(not(feature = "max-align-32"))]
sim_test!(oversized_secondary_slot, make_oversized_secondary_slot_image(), run_oversizefail_upgrade());

sim_test!(status_write_fails_complete, make_image(&NO_DEPS, true), run_with_status_fails_complete());