Skip to content

Commit

Permalink
Remove test from approvals
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Jan 5, 2025
1 parent f387caf commit 5592e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/SelfTest/IntrospectiveTests/ToString.tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ TEMPLATE_TEST_CASE( "Stringifying char arrays with statically known sizes",
CHECK( ::Catch::Detail::stringify( no_null_terminator ) == R"("abc")"s );
}

TEST_CASE( "#2944 - Stringifying dates before 1970 should not crash" ) {
TEST_CASE( "#2944 - Stringifying dates before 1970 should not crash", "[.approvals]" ) {
using Catch::Matchers::Equals;
using Days = std::chrono::duration<int32_t, std::ratio<86400>>;
using SysDays = std::chrono::time_point<std::chrono::system_clock, Days>;
Expand Down

0 comments on commit 5592e5d

Please sign in to comment.