Browse Source

deactivate erroneous test; see https://trac.osgeo.org/grass/ticket/3822

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@74423 15284696-431f-4ddb-bdfa-cd5b030d7da7
Stefan Blumentrath 6 years ago
parent
commit
6d284cc2f3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      raster/r.basins.fill/testsuite/testrbf.py

+ 2 - 0
raster/r.basins.fill/testsuite/testrbf.py

@@ -8,8 +8,10 @@ Licence:    This program is free software under the GNU General Public
 	    License (>=v2). Read the file COPYING that comes with GRASS
 	    for details.
 """
+import unittest
 from grass.gunittest.case import TestCase
 
+@unittest.skip("See #3822")
 class TestRasterbasin(TestCase):
     celevation='elevation'
     tgeology='geology'