Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9051973 authored by easoncylee's avatar easoncylee
Browse files

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
parent 417aed2c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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,
}