]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix tests 16038/head
authorRobin Appelman <robin@icewind.nl>
Fri, 21 Jun 2019 14:23:47 +0000 (16:23 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Tue, 25 Jun 2019 13:58:01 +0000 (15:58 +0200)
Signed-off-by: Robin Appelman <robin@icewind.nl>
tests/lib/Files/ViewTest.php

index 7a32736adb3a30535a912e2edb9e9986ae4ef9a1..4697dbe89d8987bf816a695b10ebe95ae6e7a14a 100644 (file)
@@ -1962,6 +1962,9 @@ class ViewTest extends \Test\TestCase {
                $operationArgs,
                $path
        ) {
+               if ($operation === 'touch') {
+                       $this->markTestSkipped("touch handles storage exceptions internally");
+               }
                $view = new View('/' . $this->user . '/files/');
 
                /** @var Temporary|\PHPUnit_Framework_MockObject_MockObject $storage */