From ff1d8309f2e3644f8128abdb16a7c1e7d32fe4aa Mon Sep 17 00:00:00 2001 From: Bborie Park Date: Tue, 13 May 2014 15:33:31 +0000 Subject: [PATCH] disable one unit test git-svn-id: http://svn.osgeo.org/postgis/trunk@12540 b70326c6-7e19-0410-871a-916f4a2858ee --- raster/test/cunit/cu_misc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/raster/test/cunit/cu_misc.c b/raster/test/cunit/cu_misc.c index c69867966..f6881eca9 100644 --- a/raster/test/cunit/cu_misc.c +++ b/raster/test/cunit/cu_misc.c @@ -134,10 +134,12 @@ static void test_util_gdal_open() { CU_ASSERT(ds == NULL); /* enabled drivers with VSICURL */ + /* disabled as we don't want network access as a requirement gdal_enabled_drivers = enabled_vsi; ds = rt_util_gdal_open("/vsicurl/http://download.osgeo.org/gdal/data/gtiff/small_world.tif", GA_ReadOnly, 0); CU_ASSERT(ds != NULL); GDALClose(ds); + */ } /* register tests */ -- 2.50.0