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