Skip global test for now

This commit is contained in:
mrg 2020-08-19 11:36:21 -07:00
parent 593a98e29a
commit b762580ee2
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_global_bitcell_array_test")
@unittest.skip("SKIPPING 05_global_bitcell_array_test")
class global_bitcell_array_test(openram_test):
def runTest(self):