diff --git a/tests/toplevel/toplevel.cpp b/tests/toplevel/toplevel.cpp index 799f35fd10..5e62a1b05c 100644 --- a/tests/toplevel/toplevel.cpp +++ b/tests/toplevel/toplevel.cpp @@ -61,13 +61,6 @@ static void TopLevelWindowShowTest(wxTopLevelWindow* tlw) TEST_CASE("wxTopLevel::Show", "[tlw][show]") { - if ( IsAutomaticTest() ) - { - // For some reason, activation test doesn't work when running under - // AppVeyor, so skip it to avoid spurious failures. - return; - } - SECTION("Dialog") { wxDialog* dialog = new wxDialog(NULL, -1, "Dialog Test");