mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00: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