summaryrefslogtreecommitdiffstats
path: root/tests/lib/Files
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2019-06-21 16:23:47 +0200
committerRobin Appelman <robin@icewind.nl>2019-06-21 16:23:47 +0200
commit000898d932abd60ef1ae9f2167c437864f19087a (patch)
tree7352211a3725ff88b27cf791c172c87212d364d4 /tests/lib/Files
parentb4e2d8f8adf100654a45bd7ab1d8fa3d482b7e9a (diff)
downloadnextcloud-server-000898d932abd60ef1ae9f2167c437864f19087a.tar.gz
nextcloud-server-000898d932abd60ef1ae9f2167c437864f19087a.zip
fix tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'tests/lib/Files')
-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 */