From 6e12d4d46cd38dd0f7873a9e111f351ace03b469 Mon Sep 17 00:00:00 2001 From: mrg Date: Wed, 4 Nov 2020 06:57:51 -0800 Subject: [PATCH] Skip tri gate array test --- compiler/tests/12_tri_gate_array_test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/tests/12_tri_gate_array_test.py b/compiler/tests/12_tri_gate_array_test.py index 3bd5fa7c..77aef0ca 100755 --- a/compiler/tests/12_tri_gate_array_test.py +++ b/compiler/tests/12_tri_gate_array_test.py @@ -15,6 +15,8 @@ from globals import OPTS from sram_factory import factory import debug + +@unittest.skip("SKIPPING 12_tri_gate_array_test") class tri_gate_array_test(openram_test): def runTest(self):