diff --git a/tests/graphics/clippingbox.cpp b/tests/graphics/clippingbox.cpp index 17c2f22538..1721047a28 100644 --- a/tests/graphics/clippingbox.cpp +++ b/tests/graphics/clippingbox.cpp @@ -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")