diff options
author | 2024-02-28 08:52:47 -0800 | |
---|---|---|
committer | 2024-02-28 08:52:47 -0800 | |
commit | 2fef277d804cf47e1dc76b10349a54fe4411dc30 (patch) | |
tree | 6a2bbca14b96758bde7bda773bf528b9857b5f45 | |
parent | e3b7288be9bbe2b532bc3ae19bf42f1239c101e4 (diff) |
Temporarily disable test_compare_to_golden
Bug: 326897452
Test: atest tiny-framework-dump-test # make sure the test won't run
Change-Id: I8d674d0819a03e95a9e2400c6d4284588edc8794
-rwxr-xr-x | tools/hoststubgen/hoststubgen/test-tiny-framework/tiny-framework-dump-test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/hoststubgen/hoststubgen/test-tiny-framework/tiny-framework-dump-test.py b/tools/hoststubgen/hoststubgen/test-tiny-framework/tiny-framework-dump-test.py index cee29dcd1d59..1dec6ab092cb 100755 --- a/tools/hoststubgen/hoststubgen/test-tiny-framework/tiny-framework-dump-test.py +++ b/tools/hoststubgen/hoststubgen/test-tiny-framework/tiny-framework-dump-test.py @@ -46,6 +46,7 @@ def check_one_file(filename): class TestWithGoldenOutput(unittest.TestCase): # Test to check the generated jar files to the golden output. + @unittest.skip("Disabled until JDK 21 is merged and the golden files updated") def test_compare_to_golden(self): files = os.listdir(GOLDEN_DIR) files.sort() |