diff options
| author | 2024-02-26 11:51:10 +0000 | |
|---|---|---|
| committer | 2024-02-26 11:51:10 +0000 | |
| commit | 68fe578af94925e37220f2bcd8390ea127596e5c (patch) | |
| tree | 94aba6b7a84c18554bd7f3564f381ead3c2bee59 | |
| parent | 5234b842a10b56f464cce97ed9a06574c4e7f039 (diff) | |
Disable tiny-framework-dump-test until the switch to JDK 21
Bug: 326897452
Change-Id: I7b9ab0de5038789d21cf1eb4d5beb69d698410f1
Test: TH
| -rw-r--r-- | tools/hoststubgen/TEST_MAPPING | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/hoststubgen/TEST_MAPPING b/tools/hoststubgen/TEST_MAPPING index eca258c5a74d..b5d5b5fb6d92 100644 --- a/tools/hoststubgen/TEST_MAPPING +++ b/tools/hoststubgen/TEST_MAPPING @@ -1,6 +1,7 @@ { "presubmit": [ - { "name": "tiny-framework-dump-test" }, + // TODO(b/326897452): Reenable after JDK 21 switch. + // { "name": "tiny-framework-dump-test" }, { "name": "hoststubgentest" }, { "name": "hoststubgen-invoke-test" } ], |