Skip model tests for now

This commit is contained in:
Matt Guthaus 2019-07-25 14:46:33 -07:00
parent c8c4d05bba
commit d5419f99f6
2 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,8 @@ import globals
from globals import OPTS
import debug
class model_corners_lib_test(openram_test):
@unittest.skip("SKIPPING 23_lib_sram_model_corners_test")
class lib_model_corners_lib_test(openram_test):
def runTest(self):
globals.init_openram("config_{0}".format(OPTS.tech_name))

View File

@ -14,7 +14,8 @@ import globals
from globals import OPTS
import debug
class lib_test(openram_test):
@unittest.skip("SKIPPING 23_lib_sram_model_test")
class lib_sram_model_test(openram_test):
def runTest(self):
globals.init_openram("config_{0}".format(OPTS.tech_name))