Skip to content

Commit

Permalink
chore: fix isolate tests (foundry-rs#9877)
Browse files Browse the repository at this point in the history
  • Loading branch information
grandizzy authored Feb 13, 2025
1 parent d158b9c commit aece6f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/forge/tests/cli/test_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3001,6 +3001,7 @@ forgetest_init!(colored_traces, |prj, cmd| {

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

0 comments on commit aece6f4

Please sign in to comment.