diff --git a/tests/acceptance/expected-failures-on-OCIS-storage.txt b/tests/acceptance/expected-failures-on-OCIS-storage.txt index a18b016db7..c9874c13cd 100644 --- a/tests/acceptance/expected-failures-on-OCIS-storage.txt +++ b/tests/acceptance/expected-failures-on-OCIS-storage.txt @@ -2555,3 +2555,22 @@ apiWebdavUploadTUS/uploadFile.feature:142 # https://github.com/owncloud/ocis/issues/1141 upload a file using TUS resource URL as an other user should not work apiWebdavUploadTUS/uploadFile.feature:155 apiWebdavUploadTUS/uploadFile.feature:156 + +# https://github.com/owncloud/ocis/issues/903 Share lists deleted user as 'user' +apiShareManagementBasicToShares/createShareToSharesFolder.feature:632 +apiShareManagementBasicToShares/createShareToSharesFolder.feature:633 + +# https://github.com/owncloud/ocis/issues/1126 share owner cannot delete other user's files +apiShareUpdateToShares/updateShare.feature:384 +apiShareUpdateToShares/updateShare.feature:385 + +# https://github.com/owncloud/ocis/issues/541 Deletion time in trash bin shows a wrong date +apiTrashbin/trashbinFilesFolders.feature:284 +apiTrashbin/trashbinFilesFolders.feature:285 + +# https://github.com/owncloud/ocis/issues/763 reading a file that a collaborator uploaded is impossible +apiShareOperationsToShares/uploadToShare.feature:279 +apiShareOperationsToShares/uploadToShare.feature:280 + +# https://github.com/owncloud/ocis/issues/766 [OCIS-storage] overwriting a file as share receiver, does not create a new file version for the sharer +apiVersions/fileVersionsSharingToShares.feature:291 diff --git a/tests/acceptance/expected-failures-on-OWNCLOUD-storage.txt b/tests/acceptance/expected-failures-on-OWNCLOUD-storage.txt index 2d77f38ac8..1d886fd08f 100644 --- a/tests/acceptance/expected-failures-on-OWNCLOUD-storage.txt +++ b/tests/acceptance/expected-failures-on-OWNCLOUD-storage.txt @@ -2484,3 +2484,18 @@ apiWebdavUploadTUS/uploadFile.feature:142 # https://github.com/owncloud/ocis/issues/1141 upload a file using TUS resource URL as an other user should not work apiWebdavUploadTUS/uploadFile.feature:155 apiWebdavUploadTUS/uploadFile.feature:156 + +# https://github.com/owncloud/ocis/issues/903 Share lists deleted user as 'user' +apiShareManagementBasicToShares/createShareToSharesFolder.feature:632 +apiShareManagementBasicToShares/createShareToSharesFolder.feature:633 + +# https://github.com/owncloud/ocis/issues/1126 share owner cannot delete other user's files +apiShareUpdateToShares/updateShare.feature:384 +apiShareUpdateToShares/updateShare.feature:385 + +# https://github.com/owncloud/ocis/issues/541 Deletion time in trash bin shows a wrong date +apiTrashbin/trashbinFilesFolders.feature:284 +apiTrashbin/trashbinFilesFolders.feature:285 + +# https://github.com/owncloud/ocis/issues/763 reading a file that a collaborator uploaded is impossible +apiShareOperationsToShares/uploadToShare.feature:280