Browse Source

fix tests

Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman 4 years ago
parent
commit
b22fca475a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      tests/lib/Files/ViewTest.php

+ 3 - 0
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 */