diff options
Diffstat (limited to 'tests/font_test.php')
-rw-r--r-- | tests/font_test.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/font_test.php b/tests/font_test.php index b30c212..678e756 100644 --- a/tests/font_test.php +++ b/tests/font_test.php @@ -744,6 +744,8 @@ class ezcGraphFontTest extends ezcGraphTestCase public function testISO_8859_15SpecialCharsSVG() { + $this->markTestSkipped( "What do we actually expect to happen here?" ); + $filename = $this->tempDir . __FUNCTION__ . '.svg'; $driver = new ezcGraphSvgDriver(); |