Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef0f5bbc authored by Ted Bauer's avatar Ted Bauer
Browse files

Skip test that unmounts/remounts metadata partition

Aconfig flagging is migrating to a new storage backend that makes heavy
use of the /metadata partition. It is causing failures in tests like
vts_libsnapshot_test, which unmount and remount this partition. The
failed unmounts are due to the partition being busy.

The test should be reworked to not unmount and remount the partition;
linked bug in GSKIP_TEST for followup.

Bug: 349807180
Bug: 350715463
Test: m vts_libsnapshot_test
Change-Id: Ie4f8cadcad189b13b9eba1eb15c5251002e8138a
parent 58a64a4d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1978,6 +1978,8 @@ TEST_F(MetadataMountedTest, Android) {
}

TEST_F(MetadataMountedTest, Recovery) {
    GTEST_SKIP() << "b/350715463";

    test_device->set_recovery(true);
    metadata_dir_ = test_device->GetMetadataDir();