We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e7fb0 commit 3476855Copy full SHA for 3476855
crates/anvil/tests/it/anvil_api.rs
@@ -667,6 +667,7 @@ async fn can_remove_pool_transactions() {
667
}
668
669
#[tokio::test(flavor = "multi_thread")]
670
+#[ignore = "flaky"]
671
async fn test_reorg() {
672
let (api, handle) = spawn(NodeConfig::test()).await;
673
let provider = handle.http_provider();
crates/anvil/tests/it/traces.rs
@@ -774,6 +774,7 @@ async fn test_trace_address_fork2() {
774
775
776
777
778
async fn test_trace_filter() {
779
780
let provider = handle.ws_provider();
0 commit comments