From 93be13309376d0545e701710c366c7da033452ec Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Thu, 21 May 2026 16:35:02 +1000 Subject: [PATCH] Ignore invalid message tests for now --- testing/ef_tests/check_all_files_accessed.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing/ef_tests/check_all_files_accessed.py b/testing/ef_tests/check_all_files_accessed.py index 53fb626e7e..7ea143fb7e 100755 --- a/testing/ef_tests/check_all_files_accessed.py +++ b/testing/ef_tests/check_all_files_accessed.py @@ -79,6 +79,8 @@ excluded_paths = [ "tests/.*/.*/networking/.*", # TODO: fast confirmation rule not merged yet "tests/.*/.*/fast_confirmation", + # TODO: fork choice compliance invalid_message tests not implemented yet + "tests/minimal/.*/fork_choice_compliance/invalid_message_test/.*" ]