Skip to content

Commit

Permalink
chore: enable blobtest again (#4139)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Aug 10, 2023
1 parent a808f7c commit 499ca3d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions testing/ef-tests/src/cases/blockchain_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,6 @@ pub fn should_skip(path: &Path) -> bool {
| "loopMul.json"
| "CALLBlake2f_MaxRounds.json"
| "shiftCombinations.json"

// TODO: re-enable when blobtx are supported
| "blobtxExample.json"
)
// Ignore outdated EOF tests that haven't been updated for Cancun yet.
|| path_contains(path_str, &["EIPTests", "stEOF"])
Expand Down

0 comments on commit 499ca3d

Please sign in to comment.