From 8d46809a5c8488ef13728beb5853d9d780d00c77 Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Sat, 4 Nov 2023 20:36:01 +0100 Subject: [PATCH] skip upcoming FC tests for intentional block reorgs until implemented (#5566) v1.4.0-beta.4 adds tests for intentional block reorgs. To reflect the implementation status, skip those tests for now and mark them as such. --- tests/consensus_spec/test_fixture_fork_choice.nim | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/consensus_spec/test_fixture_fork_choice.nim b/tests/consensus_spec/test_fixture_fork_choice.nim index c83165279..f4edfc4c4 100644 --- a/tests/consensus_spec/test_fixture_fork_choice.nim +++ b/tests/consensus_spec/test_fixture_fork_choice.nim @@ -354,6 +354,12 @@ proc runTest(suiteName: static[string], path: string, fork: ConsensusFork) = "too_late_for_merge", "block_lookup_failed", "all_valid", + + # TODO intentional reorgs + "should_override_forkchoice_update__false", + "should_override_forkchoice_update__true", + "basic_is_parent_root", + "basic_is_head_root", ] test suiteName & " - " & path.relativePath(SszTestsDir):