diff --git a/fs_mgr/libsnapshot/snapshot_test.cpp b/fs_mgr/libsnapshot/snapshot_test.cpp index d87274d8e..5d2840f99 100644 --- a/fs_mgr/libsnapshot/snapshot_test.cpp +++ b/fs_mgr/libsnapshot/snapshot_test.cpp @@ -1767,6 +1767,7 @@ class ImageManagerTest : public SnapshotTest, public WithParamInterface(); @@ -1774,6 +1775,7 @@ class ImageManagerTest : public SnapshotTest, public WithParamInterfaceBackingImageExists(kImageName) || image_manager_->DeleteBackingImage(kImageName)); @@ -1808,10 +1810,6 @@ std::vector ImageManagerTestParams() { std::vector ret; for (uint64_t size = 1_MiB; size <= 512_MiB; size *= 2) { ret.push_back(size); -#ifdef SKIP_TEST_IN_PRESUBMIT - // BUG(148889015); - break; -#endif } return ret; }