Skip to content

Commit 3476855

Browse files
authored
test(anvil): ignore flaky tests (#11389)
These have been failing on macos multiple times a day in the last few weeks.
1 parent 23e7fb0 commit 3476855

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

crates/anvil/tests/it/anvil_api.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,7 @@ async fn can_remove_pool_transactions() {
667667
}
668668

669669
#[tokio::test(flavor = "multi_thread")]
670+
#[ignore = "flaky"]
670671
async fn test_reorg() {
671672
let (api, handle) = spawn(NodeConfig::test()).await;
672673
let provider = handle.http_provider();

crates/anvil/tests/it/traces.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,7 @@ async fn test_trace_address_fork2() {
774774
}
775775

776776
#[tokio::test(flavor = "multi_thread")]
777+
#[ignore = "flaky"]
777778
async fn test_trace_filter() {
778779
let (api, handle) = spawn(NodeConfig::test()).await;
779780
let provider = handle.ws_provider();

0 commit comments

Comments
 (0)