From 18d46c00e0d9d64bbab36ec166768721d08801a4 Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Fri, 20 Dec 2024 11:32:41 -0800 Subject: [PATCH] Disable more unnecessary tests --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 45c41d104..fa2dcb81c 100644 --- a/Makefile +++ b/Makefile @@ -918,8 +918,8 @@ SH_TEST_DIRS += tests/xprop SH_TEST_DIRS += tests/select SH_TEST_DIRS += tests/proc SH_TEST_DIRS += tests/blif -SH_TEST_DIRS += tests/arch -SH_TEST_DIRS += tests/rpc +# SH_TEST_DIRS += tests/arch +# SH_TEST_DIRS += tests/rpc SH_TEST_DIRS += tests/memfile SH_TEST_DIRS += tests/fmt # SH_TEST_DIRS += tests/cxxrtl