Skip to content

Commit 7a82380

Browse files
MorrisJobkebackportbot[bot]
authored andcommitted
SharedMountTest.php:367 is unreliable
Signed-off-by: Morris Jobke <[email protected]>
1 parent 6627c35 commit 7a82380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files_sharing/tests/SharedMountTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ public function testPermissionMovedGroupShare($type, $beforePerm, $afterPerm) {
358358

359359
// Login as user 2 and verify the item exists
360360
self::loginHelper(self::TEST_FILES_SHARING_API_USER2);
361-
$this->assertTrue(\OC\Files\Filesystem::file_exists($path));
361+
$this->assertTrue(\OC\Files\Filesystem::file_exists($path)); // TODO: unreliable - this is sometimes false
362362
$result = $this->shareManager->getShareById($share->getFullId(), self::TEST_FILES_SHARING_API_USER2);
363363
$this->assertEquals($beforePerm, $result->getPermissions());
364364

0 commit comments

Comments
 (0)