Skip to content

Commit

Permalink
skip broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
etan-status committed Sep 19, 2023
1 parent 298d54f commit 2a18ca5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/consensus_spec/test_fixture_fork_choice.nim
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,10 @@ proc runTest(suiteName: static[string], path: string, fork: ConsensusFork) =
"too_late_for_merge",
"block_lookup_failed",
"all_valid",

# 1.4.0-beta.2: Broken test, misses `tick`
# - https://github.com/ethereum/consensus-specs/pull/3463
"simple_blob_data",
]

test suiteName & " - " & path.relativePath(SszTestsDir):
Expand Down

0 comments on commit 2a18ca5

Please sign in to comment.