Skip to content

Commit

Permalink
Fix tests with isolate-by-default
Browse files Browse the repository at this point in the history
  • Loading branch information
grandizzy committed Sep 11, 2024
1 parent b4f36db commit 02086f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/forge/tests/it/cheats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async fn test_cheats_local(test_data: &ForgeTestData) {
}

if cfg!(feature = "isolate-by-default") {
filter = filter.exclude_contracts("LastCallGasDefaultTest");
filter = filter.exclude_contracts("(LastCallGasDefaultTest|MockFunctionTest|WithSeed)");
}

let mut config = test_data.config.clone();
Expand Down

0 comments on commit 02086f9

Please sign in to comment.