Skip to content

Commit c339d58

Browse files
authored
test: ignore test in isolate (#12778)
1 parent a06ef9d commit c339d58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/forge/tests/cli/test_cmd/trace.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ Ran 1 test suite [ELAPSED]: 2 tests passed, 0 failed, 0 skipped (2 total tests)
394394
"#]]);
395395
});
396396

397+
#[cfg(not(feature = "isolate-by-default"))]
397398
forgetest_init!(trace_test_detph, |prj, cmd| {
398399
prj.add_test(
399400
"Trace.t.sol",

0 commit comments

Comments
 (0)