Skip pex and functional tests which are not working.

This commit is contained in:
Matt Guthaus 2018-07-09 15:52:07 -07:00
parent 9d5e5086a1
commit 7bf271fd63
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import globals
from globals import OPTS
import debug
@unittest.skip("SKIPPING 22_sram_func_test")
@unittest.skip("SKIPPING 22_sram_pex_test")
class sram_func_test(openram_test):
def runTest(self):

View File

@ -11,6 +11,7 @@ import globals
from globals import OPTS
import debug
@unittest.skip("SKIPPING 22_sram_func_test")
class sram_func_test(openram_test):
def runTest(self):