diff --git a/test/cairo-test.c b/test/cairo-test.c index a1b3376dc..c6846c6d4 100644 --- a/test/cairo-test.c +++ b/test/cairo-test.c @@ -1326,6 +1326,9 @@ cleanup_pdf (void *closure) #include "cairo-svg.h" static const char *svg_ignored_tests[] = { + /* rectangle-rounding-error uses CAIRO_ANTIALIAS_NONE, + * which is not supported */ + "rectangle-rounding-error", NULL };