[GRASS-SVN] r74423 - grass/trunk/raster/r.basins.fill/testsuite

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 24 13:41:37 PDT 2019


Author: sbl
Date: 2019-04-24 13:41:37 -0700 (Wed, 24 Apr 2019)
New Revision: 74423

Modified:
   grass/trunk/raster/r.basins.fill/testsuite/testrbf.py
Log:
deactivate erroneous test; see #3822

Modified: grass/trunk/raster/r.basins.fill/testsuite/testrbf.py
===================================================================
--- grass/trunk/raster/r.basins.fill/testsuite/testrbf.py	2019-04-24 20:33:36 UTC (rev 74422)
+++ grass/trunk/raster/r.basins.fill/testsuite/testrbf.py	2019-04-24 20:41:37 UTC (rev 74423)
@@ -8,8 +8,10 @@
 	    License (>=v2). Read the file COPYING that comes with GRASS
 	    for details.
 """
+import unittest
 from grass.gunittest.case import TestCase
 
+ at unittest.skip("See #3822")
 class TestRasterbasin(TestCase):
     celevation='elevation'
     tgeology='geology'



More information about the grass-commit mailing list