diff --git a/include/internal/catch_test_case_info.hpp b/include/internal/catch_test_case_info.hpp index fcaf4fb6..39eb2a39 100644 --- a/include/internal/catch_test_case_info.hpp +++ b/include/internal/catch_test_case_info.hpp @@ -68,6 +68,7 @@ namespace Catch { if( tag == "hide" || tag == "." ) { tags.insert( "hide" ); tags.insert( "." ); + isHidden = true; } else { tags.insert( tag );