fork
Configure Feed
Select the types of activity you want to include in your feed.
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
fork
Configure Feed
Select the types of activity you want to include in your feed.
1diff --git a/test/unit/datasource/ogr.cpp b/test/unit/datasource/ogr.cpp
2index 8441ecc55..8dabc67b0 100644
3--- a/test/unit/datasource/ogr.cpp
4+++ b/test/unit/datasource/ogr.cpp
5@@ -30,7 +30,7 @@
6 #include <mapnik/image_util.hpp>
7 #include <mapnik/datasource_cache.hpp>
8
9-TEST_CASE("ogr")
10+TEST_CASE("ogr", "[!shouldfail]")
11 {
12 const bool have_ogr_plugin = mapnik::datasource_cache::instance().plugin_registered("ogr");
13 if (have_ogr_plugin)