Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Appelman <robin@icewind.nl>
  • Loading branch information
icewind1991 authored and Backportbot committed Jun 21, 2019
1 parent 96040b3 commit ad07880
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/lib/Files/ViewTest.php
Expand Up @@ -1962,6 +1962,9 @@ public function testLockBasicOperationUnlocksAfterException(
$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 */
Expand Down

0 comments on commit ad07880

Please sign in to comment.