Skip to content

Commit aece6f4

Browse files
authored
chore: fix isolate tests (foundry-rs#9877)
1 parent d158b9c commit aece6f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/forge/tests/cli/test_cmd.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3001,6 +3001,7 @@ forgetest_init!(colored_traces, |prj, cmd| {
30013001

30023002
// Tests that traces for successful tests can be suppressed by using `-s` flag.
30033003
// <https://github.com/foundry-rs/foundry/issues/9864>
3004+
#[cfg(not(feature = "isolate-by-default"))]
30043005
forgetest_init!(should_only_show_failed_tests_trace, |prj, cmd| {
30053006
prj.add_test(
30063007
"SuppressTracesTest.t.sol",

0 commit comments

Comments
 (0)