Exclude android.test.AndroidTestCase from CtsJdwpTestCases
Prevent the DalvikTestRunner from trying to run tests in the
AndroidTestCase as that causes a test failure in the
testAndroidTestCaseSetupProperty method.
This is a temporary workaround, the longer term solution is to remove
AndroidTestCase from being statically included in the APK so that it
will not be found while scanning the APK.
Bug: 64541592
Test: run cts -m CtsJdwpTestCases
(cherry picked from commit 0b4900d09cf7b0eb0ec5987e93fe76b7b2f7efc5)
Change-Id: I5bda21c2cd514fafcaeb5fa9bc9fd43947d39420
Merged-In: Iababc08589cda5b35dfbf749e6e21b1c15e309aa
1 file changed