Disable AndroidGlobalLintCheckerTest

Accidentally enabled with I12cb46cb771e65600a9daf3efce199fd9311a53b,
but will not yet work if ran via atest.

Bug: 240445172
Test: TH
Change-Id: I48eed3c10721deacd5b7b627e033b4a3e1510756
This commit is contained in:
mattgilbride
2022-12-09 17:02:38 +00:00
parent f59592817c
commit 85e500d79e

View File

@@ -43,7 +43,7 @@ java_test_host {
// compiled for java 15. The soong build doesn't support
// java 15 yet, so we can't compile against "lint". Disable
// the test until java 15 is supported.
// enabled: false,
enabled: false,
srcs: ["checks/src/test/java/**/*.kt"],
static_libs: [
"AndroidGlobalLintChecker",