diff --git a/compiler/tests/22_hspice_psram_func_test.py b/compiler/tests/22_hspice_psram_func_test.py index 0d2f775f..19735b9a 100755 --- a/compiler/tests/22_hspice_psram_func_test.py +++ b/compiler/tests/22_hspice_psram_func_test.py @@ -11,7 +11,7 @@ import globals from globals import OPTS import debug -#@unittest.skip("SKIPPING 22_psram_func_test") +@unittest.skip("SKIPPING 22_psram_func_test") class psram_func_test(openram_test): def runTest(self): diff --git a/compiler/tests/22_hspice_sram_func_test.py b/compiler/tests/22_hspice_sram_func_test.py index b8b0969e..ee33f62b 100755 --- a/compiler/tests/22_hspice_sram_func_test.py +++ b/compiler/tests/22_hspice_sram_func_test.py @@ -11,7 +11,7 @@ import globals from globals import OPTS import debug -#@unittest.skip("SKIPPING 22_sram_func_test") +@unittest.skip("SKIPPING 22_sram_func_test") class sram_func_test(openram_test): def runTest(self): diff --git a/compiler/tests/22_ngspice_psram_func_test.py b/compiler/tests/22_ngspice_psram_func_test.py index 612bfbcf..5d2af0b4 100755 --- a/compiler/tests/22_ngspice_psram_func_test.py +++ b/compiler/tests/22_ngspice_psram_func_test.py @@ -11,7 +11,7 @@ import globals from globals import OPTS import debug -#@unittest.skip("SKIPPING 22_psram_func_test") +@unittest.skip("SKIPPING 22_psram_func_test") class psram_func_test(openram_test): def runTest(self): diff --git a/compiler/tests/22_ngspice_sram_func_test.py b/compiler/tests/22_ngspice_sram_func_test.py index 895729e2..a675b920 100755 --- a/compiler/tests/22_ngspice_sram_func_test.py +++ b/compiler/tests/22_ngspice_sram_func_test.py @@ -11,7 +11,7 @@ import globals from globals import OPTS import debug -#@unittest.skip("SKIPPING 22_sram_func_test") +@unittest.skip("SKIPPING 22_sram_func_test") class sram_func_test(openram_test): def runTest(self):