From afe76bc14dbba5e1ded9cb35611e6ac361d961ce Mon Sep 17 00:00:00 2001 From: Evan Chen Date: Thu, 20 Oct 2022 19:40:27 -0700 Subject: [PATCH] Remove the CtsOsTestCases in the test mapping file Fix: 253073823 Test: CTS Change-Id: Ie16eb0b521183ec6fcd77012465500b94aec08e7 --- packages/CompanionDeviceManager/TEST_MAPPING | 12 ------------ services/companion/TEST_MAPPING | 8 -------- 2 files changed, 20 deletions(-) delete mode 100644 packages/CompanionDeviceManager/TEST_MAPPING diff --git a/packages/CompanionDeviceManager/TEST_MAPPING b/packages/CompanionDeviceManager/TEST_MAPPING deleted file mode 100644 index 63f54fa351585..0000000000000 --- a/packages/CompanionDeviceManager/TEST_MAPPING +++ /dev/null @@ -1,12 +0,0 @@ -{ - "presubmit": [ - { - "name": "CtsOsTestCases", - "options": [ - { - "include-filter": "android.os.cts.CompanionDeviceManagerTest" - } - ] - } - ] -} diff --git a/services/companion/TEST_MAPPING b/services/companion/TEST_MAPPING index 38d9372885697..37c47baa813bf 100644 --- a/services/companion/TEST_MAPPING +++ b/services/companion/TEST_MAPPING @@ -8,14 +8,6 @@ }, { "name": "CtsCompanionDeviceManagerNoCompanionServicesTestCases" - }, - { - "name": "CtsOsTestCases", - "options": [ - { - "include-filter": "android.os.cts.CompanionDeviceManagerTest" - } - ] } ] }