diff --git a/compiler/tests/04_and4_dec_test.py b/compiler/tests/04_and4_dec_test.py index bdd91c40..ffd7788a 100755 --- a/compiler/tests/04_and4_dec_test.py +++ b/compiler/tests/04_and4_dec_test.py @@ -15,6 +15,8 @@ from globals import OPTS from sram_factory import factory import debug + +@unittest.skip("SKIPPING 04_and4_dec_test") class and4_dec_test(openram_test): def runTest(self): diff --git a/compiler/tests/skip_tests_s8.txt b/compiler/tests/skip_tests_sky130.txt similarity index 100% rename from compiler/tests/skip_tests_s8.txt rename to compiler/tests/skip_tests_sky130.txt