diff --git a/compiler/tests/23_lib_sram_prune_test.py b/compiler/tests/23_lib_sram_prune_test.py index 92070562..1fc5a66b 100755 --- a/compiler/tests/23_lib_sram_prune_test.py +++ b/compiler/tests/23_lib_sram_prune_test.py @@ -14,7 +14,8 @@ import globals from globals import OPTS import debug -class lib_test(openram_test): +@unittest.skip("SKIPPING 23_lib_sram_prune_test") +class lib_sram_prune_test(openram_test): def runTest(self): globals.init_openram("config_{0}".format(OPTS.tech_name))