From f0cb5a04f304423723bdb9a56c99d62f7e18a80b Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Thu, 6 Aug 2020 17:37:24 -0700 Subject: [PATCH] Delete fiemap_image_test_presubmit No tests are skipped in presubmit now. Test: presubmit Fixes: 148874852 Change-Id: Ic0ce7489ff4a92ab90986dd76f836c262f5aa3fc --- fs_mgr/TEST_MAPPING | 2 +- fs_mgr/libfiemap/Android.bp | 27 --------------------------- 2 files changed, 1 insertion(+), 28 deletions(-) diff --git a/fs_mgr/TEST_MAPPING b/fs_mgr/TEST_MAPPING index 6cd043013..a34940824 100644 --- a/fs_mgr/TEST_MAPPING +++ b/fs_mgr/TEST_MAPPING @@ -7,7 +7,7 @@ "name": "liblp_test" }, { - "name": "fiemap_image_test_presubmit" + "name": "fiemap_image_test" }, { "name": "fiemap_writer_test" diff --git a/fs_mgr/libfiemap/Android.bp b/fs_mgr/libfiemap/Android.bp index cae43e6c2..a62211082 100644 --- a/fs_mgr/libfiemap/Android.bp +++ b/fs_mgr/libfiemap/Android.bp @@ -110,30 +110,3 @@ cc_test { auto_gen_config: true, require_root: true, } - -/* BUG(148874852) temporary test */ -cc_test { - name: "fiemap_image_test_presubmit", - cppflags: [ - "-DSKIP_TEST_IN_PRESUBMIT", - ], - static_libs: [ - "libcrypto_utils", - "libdm", - "libext4_utils", - "libfs_mgr", - "liblp", - ], - shared_libs: [ - "libbase", - "libcrypto", - "libcutils", - "liblog", - ], - srcs: [ - "image_test.cpp", - ], - test_suites: ["device-tests"], - auto_gen_config: true, - require_root: true, -}