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
This commit is contained in:
parent
58a64a4d5d
commit
ef0f5bbcf1
1 changed files with 2 additions and 0 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue