Skip to content
Snippets Groups Projects
Commit e1660b6c authored by Halla Rempt's avatar Halla Rempt
Browse files

Disable rotatepaintnode test

It needs to be fixed and re-enabled, but we need to get to zero failures
on the build bot first, so, as discussed in Essen, disable the broken
unittests.

CCMAIL:kimageshop@kde.org
CCMAIL:calligra-devel@kde.org
parent 4376bbb1
No related branches found
No related tags found
No related merge requests found
......@@ -24,13 +24,15 @@
class KisNodeManagerTest : public QObject
{
Q_OBJECT
private slots:
void testRotatePaintNode();
private slots:
void testShearPaintNode();
void testScalePaintNode();
void testMirrorXPaintNode();
void testMirrorYPaintNode();
void testRotateShapeNode();
void testShearShapeNode();
void testScaleShapeNode();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment