From: Bborie Park Date: Tue, 13 May 2014 15:33:31 +0000 (+0000) Subject: disable one unit test X-Git-Tag: 2.2.0rc1~1105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff1d8309f2e3644f8128abdb16a7c1e7d32fe4aa;p=postgis disable one unit test git-svn-id: http://svn.osgeo.org/postgis/trunk@12540 b70326c6-7e19-0410-871a-916f4a2858ee --- 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 */