Skip to content
Snippets Groups Projects
Commit 2fef277d authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Temporarily disable test_compare_to_golden

Bug: 326897452
Test: atest tiny-framework-dump-test # make sure the test won't run
Change-Id: I8d674d0819a03e95a9e2400c6d4284588edc8794
parent e3b7288b
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment