Skip test 50 which is too slow

This commit is contained in:
mrg 2020-11-16 08:59:25 -08:00
parent e4bc2c4914
commit 7512aa6e70
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ from sram_factory import factory
import debug
#@unittest.skip("SKIPPING 50_riscv_phys_test")
@unittest.skip("SKIPPING 50_riscv_phys_test")
class riscv_phys_test(openram_test):
def runTest(self):