Prune BugreportManagerTestCases out of general-tests.

These tests define test_suite as 'general-tests' only but not used in
Test Mapping Suite. Hence, we plan to prune them to reduce size/build
time of general-tests.zip. They are listed as below:
 - BugreportManagerTestCases

Bug: 139893779

Test: m general-tests
      atest BugreportManagerTestCases

Change-Id: I093772ee5ab35f6218f2b0c7e74192ae171e05bc
This commit is contained in:
easoncylee
2019-10-01 17:08:18 +08:00
parent 417aed2c61
commit c90519732e

View File

@@ -20,7 +20,6 @@ android_test {
"android.test.base",
],
static_libs: ["androidx.test.rules", "truth-prebuilt"],
test_suites: ["general-tests"],
sdk_version: "test_current",
platform_apis: true,
}