From b762580ee2e792179860c7a8e71a9e99c20837c2 Mon Sep 17 00:00:00 2001 From: mrg Date: Wed, 19 Aug 2020 11:36:21 -0700 Subject: [PATCH] Skip global test for now --- compiler/tests/15_global_bitcell_array_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/tests/15_global_bitcell_array_test.py b/compiler/tests/15_global_bitcell_array_test.py index 702c3791..18c25c37 100755 --- a/compiler/tests/15_global_bitcell_array_test.py +++ b/compiler/tests/15_global_bitcell_array_test.py @@ -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):