Skip test known to fail on wxGTK3

This commit is contained in:
Artur Wieczorek 2022-12-18 14:38:07 +01:00 committed by AW
parent 9af0f9f463
commit e09bf951b9

View file

@ -4152,7 +4152,11 @@ TEST_CASE("ClippingBoxTestCase::wxPaintDC", "[clip][dc][paintdc]")
SECTION("OneDevRegionAndReset Transform Matrix")
{
#ifdef __WXGTK3__
WARN("Skipping test known to fail in wxGTK 3");
#else
OneDevRegionAndReset(dc, bmp, true, true, wxPoint());
#endif
}
SECTION("OneDevRegionAndEmpty")