diff --git a/src/Magnum/TextureTools/Test/DistanceFieldGLBenchmark.cpp b/src/Magnum/TextureTools/Test/DistanceFieldGLBenchmark.cpp index d9f035db7..6ecea5107 100644 --- a/src/Magnum/TextureTools/Test/DistanceFieldGLBenchmark.cpp +++ b/src/Magnum/TextureTools/Test/DistanceFieldGLBenchmark.cpp @@ -114,11 +114,6 @@ void DistanceFieldGLBenchmark::benchmark() { auto&& data = BenchmarkData[testCaseInstanceId()]; setTestCaseDescription(data.name); - #ifdef MAGNUM_TARGET_GLES - if(!GL::Context::current().isExtensionSupported()) - CORRADE_SKIP(GL::Extensions::EXT::disjoint_timer_query::string() << "is not supported, can't benchmark"); - #endif - Containers::Pointer importer; if(!(importer = _manager.loadAndInstantiate("TgaImporter"))) CORRADE_SKIP("TgaImporter plugin not found.");