Skip test known to fail on wxGTK3
This commit is contained in:
parent
9af0f9f463
commit
e09bf951b9
1 changed files with 4 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue