Skip to content

Commit bcca6c7

Browse files
authored
chore: fix isolate workflow, exclude state diff (#11558)
1 parent c732ea3 commit bcca6c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/forge/tests/it/cheats.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ async fn test_cheats_local(test_data: &ForgeTestData) {
2525
}
2626

2727
if cfg!(feature = "isolate-by-default") {
28-
filter = filter.exclude_contracts("(LastCallGasDefaultTest|MockFunctionTest|WithSeed)");
28+
filter = filter.exclude_contracts(
29+
"(LastCallGasDefaultTest|MockFunctionTest|WithSeed|StateDiff|RecordAccount)",
30+
);
2931
}
3032

3133
let runner = test_data.runner_with(|config| {

0 commit comments

Comments
 (0)