Skip to content

Commit

Permalink
Remove tags from the hidden wxDateTime BST test
Browse files Browse the repository at this point in the history
This test shouldn't run when "[datetime]" or another tag is specified on
the command line as it always fails in non-BST time zone, so only run it
if it's explicitly selected by name.
  • Loading branch information
vadz committed Apr 8, 2024
1 parent b3e7a11 commit 8f379f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/datetime/datetimetest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1958,7 +1958,7 @@ TEST_CASE("wxDateTime::SetOnDST", "[datetime][dst]")
// Tests random problems that used to appear in BST time zone during DST.
// This test is disabled by default as it only passes in BST time zone, due to
// the times hard-coded in it.
TEST_CASE("wxDateTime-BST-bugs", "[datetime][dst][BST][.]")
TEST_CASE("wxDateTime-BST-bugs", "[.]")
{
SECTION("bug-17220")
{
Expand Down

0 comments on commit 8f379f2

Please sign in to comment.