Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2019-06-21 17:23:47 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-06-25 16:58:01 +0300
commitb22fca475a252aaed082ac074058cc689c43434d (patch)
tree0e6601e5a8ae679d1c9f097656675cb350bf6231 /tests
parent42930f6fab01db5aaaef633815a18d371fde4d1d (diff)
fix tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/Files/ViewTest.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lib/Files/ViewTest.php b/tests/lib/Files/ViewTest.php
index 7a32736adb3..4697dbe89d8 100644
--- a/tests/lib/Files/ViewTest.php
+++ b/tests/lib/Files/ViewTest.php
@@ -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 */