From 797c41c75011d7506c19cd9bbbc06e442822bff1 Mon Sep 17 00:00:00 2001 From: mrg Date: Thu, 13 Aug 2020 14:36:39 -0700 Subject: [PATCH] Skip local bitcell array test --- compiler/tests/05_local_bitcell_array_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/tests/05_local_bitcell_array_test.py b/compiler/tests/05_local_bitcell_array_test.py index 664d9ef8..29b3b1de 100755 --- a/compiler/tests/05_local_bitcell_array_test.py +++ b/compiler/tests/05_local_bitcell_array_test.py @@ -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):