diff --git a/compiler/tests/20_psram_1bank_test.py b/compiler/tests/20_psram_1bank_test.py index 7ca2e33c..6106763c 100755 --- a/compiler/tests/20_psram_1bank_test.py +++ b/compiler/tests/20_psram_1bank_test.py @@ -11,7 +11,7 @@ import globals from globals import OPTS import debug -#@unittest.skip("SKIPPING 20_psram_1bank_test, multiport layout not complete") +@unittest.skip("SKIPPING 20_psram_1bank_test, multiport layout not complete") class sram_1bank_test(openram_test): def runTest(self):