Skip to content

Commit c8ff851

Browse files
authored
chore: disable failing test (#12620)
1 parent bb3266d commit c8ff851

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/anvil/tests/it/api.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ async fn can_send_tx_sync() {
456456
}
457457

458458
#[tokio::test(flavor = "multi_thread")]
459+
#[ignore = "no debug_"]
459460
async fn can_get_code_by_hash() {
460461
let (api, _) =
461462
spawn(NodeConfig::test().with_eth_rpc_url(Some(rpc::next_http_archive_rpc_url()))).await;

0 commit comments

Comments
 (0)