From 147631a90d48d00af8146f18f5943e4bd9122d2e Mon Sep 17 00:00:00 2001 From: Tomasz Michalak Date: Tue, 1 Dec 2020 15:13:22 +0100 Subject: [PATCH] Disable the bram test until fixed Signed-off-by: Tomasz Michalak --- Makefile.tools_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.tools_tests b/Makefile.tools_tests index d315d1d0..6022623e 100644 --- a/Makefile.tools_tests +++ b/Makefile.tools_tests @@ -4,7 +4,7 @@ BITS2RBT = build/tools/bits2rbt/bits2rbt TEST_DATA_PATH = lib/test_data #FIXME Uncomment bits2rbt_bram_xc7 once https://github.com/SymbiFlow/prjxray/issues/1285 is fixed -BITS2RBT_TESTS = bits2rbt_xc7 bits2rbt_bram_xc7 +BITS2RBT_TESTS = bits2rbt_xc7 #bits2rbt_bram_xc7 TESTS = $(BITS2RBT_TESTS)