Merge "libsnapshot: Fix MapAllSnapshotsWithoutSlotSwitch test" into main

This commit is contained in:
Akilesh Kailash 2024-10-22 19:51:49 +00:00 committed by Gerrit Code Review
commit 3aa27b095d

View file

@ -2658,9 +2658,6 @@ TEST_F(SnapshotUpdateTest, MapAllSnapshotsWithoutSlotSwitch) {
// Remove the indicators
ASSERT_TRUE(sm->PrepareDeviceToBootWithoutSnapshot());
// Ensure snapshots are still mounted
ASSERT_TRUE(sm->IsUserspaceSnapshotUpdateInProgress());
// Cleanup snapshots
ASSERT_TRUE(sm->UnmapAllSnapshots());
}