From 88c399bc6cb92a6d51ea175067bffde88fd94713 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Thu, 25 Jul 2019 14:49:11 -0700 Subject: [PATCH] Skip prune test for now --- compiler/tests/23_lib_sram_prune_test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/tests/23_lib_sram_prune_test.py b/compiler/tests/23_lib_sram_prune_test.py index 92070562..1fc5a66b 100755 --- a/compiler/tests/23_lib_sram_prune_test.py +++ b/compiler/tests/23_lib_sram_prune_test.py @@ -14,7 +14,8 @@ import globals from globals import OPTS import debug -class lib_test(openram_test): +@unittest.skip("SKIPPING 23_lib_sram_prune_test") +class lib_sram_prune_test(openram_test): def runTest(self): globals.init_openram("config_{0}".format(OPTS.tech_name))