]> granicus.if.org Git - postgis/commitdiff
disable one unit test
authorBborie Park <bkpark at ucdavis.edu>
Tue, 13 May 2014 15:33:31 +0000 (15:33 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Tue, 13 May 2014 15:33:31 +0000 (15:33 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12540 b70326c6-7e19-0410-871a-916f4a2858ee

raster/test/cunit/cu_misc.c

index c69867966ea6823e99a42eeb03439556364d4c9c..f6881eca927cae671bf864bec0571539d735b774 100644 (file)
@@ -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 */