Skip to content

Commit ad07880

Browse files
icewind1991Backportbot
authored andcommitted
fix tests
Signed-off-by: Robin Appelman <[email protected]>
1 parent 96040b3 commit ad07880

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/lib/Files/ViewTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1962,6 +1962,9 @@ public function testLockBasicOperationUnlocksAfterException(
19621962
$operationArgs,
19631963
$path
19641964
) {
1965+
if ($operation === 'touch') {
1966+
$this->markTestSkipped("touch handles storage exceptions internally");
1967+
}
19651968
$view = new View('/' . $this->user . '/files/');
19661969

19671970
/** @var Temporary|\PHPUnit_Framework_MockObject_MockObject $storage */

0 commit comments

Comments
 (0)