From 7a226b0be6b5fc965ba910a6844a25958b30cb9b Mon Sep 17 00:00:00 2001 From: mratsim Date: Mon, 12 Nov 2018 09:34:03 +0100 Subject: [PATCH] Comment out block processing --- tests/all_tests.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/all_tests.nim b/tests/all_tests.nim index 89bb553b3..fa3cf66c9 100644 --- a/tests/all_tests.nim +++ b/tests/all_tests.nim @@ -6,5 +6,5 @@ # at your option. This file may not be copied, modified, or distributed except according to those terms. import - ./test_ssz, - ./test_block_processing + ./test_ssz + # ./test_block_processing