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

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

Revert "Temporarily disable test_compare_to_golden"

This reverts commit 2fef277d.

Reason for revert: Golden images updated after the move to JDK 21.

Bug: 326897452
Test: TH
Change-Id: I21a8b734a3177d648399ef9b4eab9a9c2e278afc
parent 2fef277d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -46,7 +46,6 @@ 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()