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 c732ea3 commit bcca6c7Copy full SHA for bcca6c7
crates/forge/tests/it/cheats.rs
@@ -25,7 +25,9 @@ async fn test_cheats_local(test_data: &ForgeTestData) {
25
}
26
27
if cfg!(feature = "isolate-by-default") {
28
- filter = filter.exclude_contracts("(LastCallGasDefaultTest|MockFunctionTest|WithSeed)");
+ filter = filter.exclude_contracts(
29
+ "(LastCallGasDefaultTest|MockFunctionTest|WithSeed|StateDiff|RecordAccount)",
30
+ );
31
32
33
let runner = test_data.runner_with(|config| {
0 commit comments