mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
chore: ignore ef blobTx test (#4038)
This commit is contained in:
@@ -182,5 +182,14 @@ pub fn should_skip(path: &Path) -> bool {
|
||||
return true
|
||||
}
|
||||
|
||||
if path.file_name() == Some(OsStr::new("ValueOverflow.json")) {
|
||||
return true
|
||||
}
|
||||
|
||||
// TODO: re-enable when blobtx are supported
|
||||
if path.file_name() == Some(OsStr::new("blobtxExample.json")) {
|
||||
return true
|
||||
}
|
||||
|
||||
false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user