summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessio Balsini <balsini@google.com>2020-08-10 19:33:54 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-08-10 19:33:54 +0000
commit350a50605e03e6c702ad36447c48b688673cf7da (patch)
tree0bcc46884600e0eb0a7f432d6dee941f4192394a
parentdf2e518ccf639daf045d99a2a76927a1d7046afd (diff)
parent37645974cc46f6b52fe8813ee3ef75730e252a0d (diff)
downloadcore-350a50605e03e6c702ad36447c48b688673cf7da.tar.gz
Re-enable libsnapshot ImageManagerTest am: c723fca056 am: 37645974cc
Original change: https://googleplex-android-review.googlesource.com/c/platform/system/core/+/12337395 Change-Id: Ia5dcd0368b3f8ed31fa94e298eb9c53661690d75
-rw-r--r--fs_mgr/libsnapshot/snapshot_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs_mgr/libsnapshot/snapshot_test.cpp b/fs_mgr/libsnapshot/snapshot_test.cpp
index 9ca2412df..cac2f8f2d 100644
--- a/fs_mgr/libsnapshot/snapshot_test.cpp
+++ b/fs_mgr/libsnapshot/snapshot_test.cpp
@@ -1799,7 +1799,6 @@ class ImageManagerTest : public SnapshotTest, public WithParamInterface<uint64_t
protected:
void SetUp() override {
if (!is_virtual_ab_) GTEST_SKIP() << "Test for Virtual A/B devices only";
- GTEST_SKIP() << "WIP failure b/149738928";
SnapshotTest::SetUp();
userdata_ = std::make_unique<LowSpaceUserdata>();