Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c31c6224 authored by Sorin Basca's avatar Sorin Basca
Browse files

Skip tiny-framework-dump-test

The test will be skipped either until it is updated to work with
flags that affect the images, or the Java 21 flag is fully rolled
out.

Bug: 378470825
Test: atest --host tiny-framework-dump-test:__main__.TestWithGoldenOutput#test_compare_to_golden
Change-Id: I48e1f6a842048bb53ed30f7f462cd7931bb03a65
parent 9fd0c6a7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ class TestWithGoldenOutput(unittest.TestCase):

    # 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()