diff --git a/src/Plugins/MagnumFont/Test/MagnumFontTest.cpp b/src/Plugins/MagnumFont/Test/MagnumFontTest.cpp index 35b130f8e..f1d14394e 100644 --- a/src/Plugins/MagnumFont/Test/MagnumFontTest.cpp +++ b/src/Plugins/MagnumFont/Test/MagnumFontTest.cpp @@ -98,6 +98,7 @@ void MagnumFontTest::layout() { void MagnumFontTest::createGlyphCache() { /** @todo */ + CORRADE_SKIP("Not yet implemented"); } }}}