commit | 04160ccb235fa5c532701f56820c3ccedcdd2ef0 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Mon Nov 11 18:56:58 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Nov 11 18:56:58 2024 +0000 |
tree | 7b42e5c78f33a22c3dbd3659386001454e49f175 | |
parent | 444b7b87209c8809af3fd7e61b37b4d45ae63eab [diff] | |
parent | c31c6224f5a9379ea5eaab25004d2184276b812c [diff] |
Merge "Skip tiny-framework-dump-test" into main
diff --git a/ravenwood/tools/hoststubgen/test-tiny-framework/tiny-framework-dump-test.py b/ravenwood/tools/hoststubgen/test-tiny-framework/tiny-framework-dump-test.py index cee29dc..7a7de35 100755 --- a/ravenwood/tools/hoststubgen/test-tiny-framework/tiny-framework-dump-test.py +++ b/ravenwood/tools/hoststubgen/test-tiny-framework/tiny-framework-dump-test.py
@@ -47,6 +47,7 @@ # Test to check the generated jar files to the golden output. def test_compare_to_golden(self): + self.skipTest("test cannot handle multiple images (see b/378470825)") files = os.listdir(GOLDEN_DIR) files.sort()