Skip to content

Commit eae9e99

Browse files
grandizzyMerkleBoy
authored andcommitted
chore: fix isolate workflow, exclude state diff (foundry-rs#11558)
1 parent 8ccc3ef commit eae9e99

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)