commit | 24d7b0f1939822db1f392b87c7781da3c7b5f081 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Jul 02 20:00:55 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jul 02 20:00:55 2024 +0000 |
tree | 0e29673897ff5e1d4a9d6b710eecc4f7f92cd91e | |
parent | a79e3d4c0f0d99b3f03bf6ebffd6c77425965525 [diff] | |
parent | ef0f5bbcf117f7abf5b2c671568fb23b7200f41f [diff] |
Merge "Skip test that unmounts/remounts metadata partition" into main
diff --git a/fs_mgr/libsnapshot/snapshot_test.cpp b/fs_mgr/libsnapshot/snapshot_test.cpp index 3299ec5..1435b12 100644 --- a/fs_mgr/libsnapshot/snapshot_test.cpp +++ b/fs_mgr/libsnapshot/snapshot_test.cpp
@@ -1978,6 +1978,8 @@ } TEST_F(MetadataMountedTest, Recovery) { + GTEST_SKIP() << "b/350715463"; + test_device->set_recovery(true); metadata_dir_ = test_device->GetMetadataDir();