chore: enable blobtest again (#4139)

This commit is contained in:
Matthias Seitz
2023-08-10 14:57:52 +02:00
committed by GitHub
parent a808f7c22d
commit 499ca3d153

View File

@ -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"])