<div dir="auto"><div>Hi Stefan,<br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr"> <<a href="mailto:svn_grass@osgeo.org">svn_grass@osgeo.org</a>> schrieb am Mi., 24. Apr. 2019, 22:41:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: sbl<br>
Date: 2019-04-24 13:41:37 -0700 (Wed, 24 Apr 2019)<br>
New Revision: 74423<br>
<br>
Modified:<br>
   grass/trunk/raster/r.basins.fill/testsuite/testrbf.py<br>
Log:<br>
deactivate erroneous test; see #3822<br>
<br>
Modified: grass/trunk/raster/r.basins.fill/testsuite/testrbf.py<br>
===================================================================<br>
--- grass/trunk/raster/r.basins.fill/testsuite/testrbf.py       2019-04-24 20:33:36 UTC (rev 74422)<br>
+++ grass/trunk/raster/r.basins.fill/testsuite/testrbf.py       2019-04-24 20:41:37 UTC (rev 74423)<br>
@@ -8,8 +8,10 @@<br>
            License (>=v2). Read the file COPYING that comes with GRASS<br>
            for details.<br>
 """<br>
+import unittest<br>
 from grass.gunittest.case import TestCase<br>
<br>
+@unittest.skip("See #3822")<br>
 class TestRasterbasin(TestCase):<br>
     celevation='elevation'<br>
     tgeology='geology'<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">Did you see the attachment?</div><div dir="auto">I'd prefer to fix the test rather than skip it (and forget)...</div><div dir="auto"><br></div><div dir="auto">Markus</div></div>