From c10a188d5c17bf5b85767c047145c59c27ba7db5 Mon Sep 17 00:00:00 2001 From: Raman Tenneti Date: Wed, 17 Apr 2019 10:24:20 -0700 Subject: [PATCH] AOSP/Messaging - Remove TEST_MAPPING because presubmit tests fail on build_target: aosp_cf_x86_phone-userdebug BUG: 126516784 Test: No impact. TEST_MAPPING wasn't enabled before, thus removing the file shouldn't have an impact. Change-Id: Ib206cb6d921b59a032e6557352c6961310b08272 --- TEST_MAPPING | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 TEST_MAPPING diff --git a/TEST_MAPPING b/TEST_MAPPING deleted file mode 100644 index 55688d5..0000000 --- a/TEST_MAPPING +++ /dev/null @@ -1,7 +0,0 @@ -{ - "presubmit": [ - { - "name": "messagingtests" - } - ] -}