From 4e50b05564f03126ee6bc85192811a7d8aced105 Mon Sep 17 00:00:00 2001 From: tersec Date: Fri, 7 Jun 2024 13:29:55 +0000 Subject: [PATCH] re-disable test_tracer_json (#2320) --- tests/all_tests.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/all_tests.nim b/tests/all_tests.nim index 63f91fc0a..5d8c5c60b 100644 --- a/tests/all_tests.nim +++ b/tests/all_tests.nim @@ -19,7 +19,7 @@ cliBuilder: ./test_genesis, ./test_precompiles, ./test_generalstate_json, - ./test_tracer_json, + #./test_tracer_json, #./test_persistblock_json, -- fails #./test_rpc, -- fails ./test_filters,