summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessio Balsini <balsini@google.com>2020-04-15 17:44:32 +0100
committerYifan Hong <elsk@google.com>2020-08-07 18:07:13 -0700
commitc723fca056add9d27a1d4efb2a3a75916a9e2da3 (patch)
tree9063b0fd89ce53ef5b6c35e57a27904a9ff666a0
parent9cecf8422a63fad5958e11f6ecfbdb498baa7468 (diff)
downloadcore-c723fca056add9d27a1d4efb2a3a75916a9e2da3.tar.gz
Re-enable libsnapshot ImageManagerTest
ImageManagerTest had been temporarily disabled because flaky. This test looks stable now, re-enable it. Bug: 148889015 Test: atest vts_libsnapshot_test [-- --abi x86] Signed-off-by: Alessio Balsini <balsini@google.com> Change-Id: I858661fed7f58d1e2857ed88f5d8e0f5220bf8c2 (cherry picked from commit 42a608162db37f62727ad8c163440776e7b37aaa) Merged-In: I858661fed7f58d1e2857ed88f5d8e0f5220bf8c2
-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>();