From 7512aa6e7046e021db9d65e72d5b0d9912502f70 Mon Sep 17 00:00:00 2001 From: mrg Date: Mon, 16 Nov 2020 08:59:25 -0800 Subject: [PATCH] Skip test 50 which is too slow --- compiler/tests/50_riscv_phys_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/tests/50_riscv_phys_test.py b/compiler/tests/50_riscv_phys_test.py index 5f3d7d59..9b202b9e 100755 --- a/compiler/tests/50_riscv_phys_test.py +++ b/compiler/tests/50_riscv_phys_test.py @@ -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):