Skip to content

Commit

Permalink
Update ostream_event_listener.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Jan 16, 2024
1 parent 4500091 commit 034098d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xtd.tunit/src/xtd/tunit/ostream_event_listener.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ void ostream_event_listener::on_test_ignored(const test_event_args& e) const {
}

void ostream_event_listener::on_test_start(const test_event_args& e) const {
if (settings::default_settings().gtest_compatibility()) {
if (settings::default_settings().gtest_compatibility() && !e.test().name().starts_with("DISABLED_")) {
console::foreground_color(console_color::dark_green);
os_ << "[ RUN ] ";
console::reset_color();
Expand Down

0 comments on commit 034098d

Please sign in to comment.