Skip local bitcell array test

This commit is contained in:
mrg 2020-08-13 14:36:39 -07:00
parent 50525e70f4
commit 797c41c750
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ from sram_factory import factory
import debug
#@unittest.skip("SKIPPING 05_local_bitcell_array_test")
@unittest.skip("SKIPPING 05_local_bitcell_array_test")
class local_bitcell_array_test(openram_test):
def runTest(self):