diff --git a/.drone.env b/.drone.env index bdaab0d170..28837e9036 100644 --- a/.drone.env +++ b/.drone.env @@ -1,7 +1,7 @@ # The test runner source for API tests -CORE_COMMITID=38c91e5cf5fc4ffdc0536ba1d147a2a618ef83b5 +CORE_COMMITID=32f41e237657ea93b341321a4e3c6e4644b57c13 CORE_BRANCH=master # The test runner source for UI tests -WEB_COMMITID=3cab4e32bca513f14f59127a0387b44a409763a3 +WEB_COMMITID=be075d4a806673a0dd2a93e5f0d8f13516a39a34 WEB_BRANCH=master 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