From 01a95faf211d5947415ed6a9ea2b1fbedf1074cd Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Wed, 17 Mar 2021 10:32:35 +0100 Subject: fpga_interchange: temporarily disable failing test Signed-off-by: Alessandro Comodi --- fpga_interchange/examples/tests/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fpga_interchange') diff --git a/fpga_interchange/examples/tests/CMakeLists.txt b/fpga_interchange/examples/tests/CMakeLists.txt index 49b5b587..f0c6c53d 100644 --- a/fpga_interchange/examples/tests/CMakeLists.txt +++ b/fpga_interchange/examples/tests/CMakeLists.txt @@ -1,5 +1,6 @@ add_subdirectory(wire) add_subdirectory(const_wire) -add_subdirectory(counter) +# FIXME: re-enable counter test as soon as post placement validity check completes successfully. +#add_subdirectory(counter) add_subdirectory(ff) add_subdirectory(lut) -- cgit v1.2.3