diff --git a/compiler/tests/05_dummy_array_test.py b/compiler/tests/05_dummy_array_test.py index 0925246d..de379a97 100755 --- a/compiler/tests/05_dummy_array_test.py +++ b/compiler/tests/05_dummy_array_test.py @@ -13,7 +13,6 @@ from globals import OPTS from sram_factory import factory import debug -@unittest.skip("SKIPPING 05_dummy_array_test") class dummy_row_test(openram_test): def runTest(self): diff --git a/compiler/tests/05_replica_bitcell_array_test.py b/compiler/tests/05_replica_bitcell_array_test.py index db1c2924..e4c38337 100755 --- a/compiler/tests/05_replica_bitcell_array_test.py +++ b/compiler/tests/05_replica_bitcell_array_test.py @@ -13,7 +13,6 @@ from globals import OPTS from sram_factory import factory import debug -@unittest.skip("SKIPPING 05_replica_bitcell_array_test") class replica_bitcell_array_test(openram_test): def runTest(self): diff --git a/compiler/tests/05_replica_column_test.py b/compiler/tests/05_replica_column_test.py index 6f81193f..8a9f03bb 100755 --- a/compiler/tests/05_replica_column_test.py +++ b/compiler/tests/05_replica_column_test.py @@ -13,7 +13,6 @@ from globals import OPTS from sram_factory import factory import debug -@unittest.skip("SKIPPING 05_replica_column_test") class replica_column_test(openram_test): def runTest(self):