diff --git a/src/tool/subcommands/api_cmd/stateful_tests.rs b/src/tool/subcommands/api_cmd/stateful_tests.rs index e87a05bf165b..e1af970925e4 100644 --- a/src/tool/subcommands/api_cmd/stateful_tests.rs +++ b/src/tool/subcommands/api_cmd/stateful_tests.rs @@ -630,7 +630,9 @@ pub(super) async fn create_tests(tx: TestTransaction) -> Vec { EthUninstallFilter ), with_methods!( - eth_new_block_filter().name("eth_newBlockFilter works"), + eth_new_block_filter() + .name("eth_newBlockFilter works") + .ignore("https://github.com/ChainSafe/forest/issues/6069"), EthNewBlockFilter, EthGetFilterChanges, EthUninstallFilter