commit | a97ab2947eeed04d38b8824b303ad0b37b9b49a5 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Feb 28 22:13:35 2024 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Feb 28 22:13:35 2024 +0000 |
tree | 61ae1a348cf9357a598f54c56b303a49816c7a07 | |
parent | 822836ef88885794bd09a2ce9334b19bf2280d4d [diff] | |
parent | 2fef277d804cf47e1dc76b10349a54fe4411dc30 [diff] |
Merge "Temporarily disable test_compare_to_golden" into main
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 cee29dc..1dec6ab 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 @@ 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()