From c4952ca8be89fb47253560dab4475be88d5348f5 Mon Sep 17 00:00:00 2001 From: mrg Date: Mon, 5 Oct 2020 13:51:20 -0700 Subject: [PATCH] Skip full sram pex test too slow --- compiler/tests/26_sram_pex_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/tests/26_sram_pex_test.py b/compiler/tests/26_sram_pex_test.py index 7736e379..5a3253de 100755 --- a/compiler/tests/26_sram_pex_test.py +++ b/compiler/tests/26_sram_pex_test.py @@ -16,6 +16,7 @@ from sram_factory import factory import debug +@unittest.skip("SKIPPING 26_sram_pex_test") class sram_pex_test(openram_test): def runTest(self):