Skip to content

Commit

Permalink
Reenable leoFailingRange()
Browse files Browse the repository at this point in the history
This was previously failing after updating from corset v9.7.13 to
v9.7.14.  This change exposed some performance limitations in go-corset
which have hopefully been addressed.
  • Loading branch information
DavePearce committed Oct 8, 2024
1 parent 06d9ddf commit 3031b90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: check-yaml
- id: check-xml
- repo: https://github.com/commitizen-tools/commitizen
rev: 3.5.3
rev: v3.5.3
hooks:
- id: commitizen
stages: [ commit-msg ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ void bulkReplay() {
// bulkReplay(LINEA_MAINNET, "");
}

@Disabled
@Test
void leoFailingRange() {
replay(LINEA_MAINNET, "5389571-5389577.json.gz");
Expand Down

0 comments on commit 3031b90

Please sign in to comment.