Skip tri gate array test

This commit is contained in:
mrg 2020-11-04 06:57:51 -08:00
parent 844b850b74
commit 6e12d4d46c
1 changed files with 2 additions and 0 deletions

View File

@ -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):