diff --git a/.drone.env b/.drone.env index ffa2d5d71..099b8a3bf 100644 --- a/.drone.env +++ b/.drone.env @@ -1,5 +1,5 @@ # The test runner source for API tests -CORE_COMMITID=83017e5dffa5b770f77d64b3150f922e91a2269d +CORE_COMMITID=d07a7b297c5186de9994dacdbc7d9e19df10c9f5 CORE_BRANCH=master # The test runner source for UI tests diff --git a/tests/acceptance/expected-failures-API-on-OCIS-storage.txt b/tests/acceptance/expected-failures-API-on-OCIS-storage.txt index 1bd1ca00d..a3feb0103 100644 --- a/tests/acceptance/expected-failures-API-on-OCIS-storage.txt +++ b/tests/acceptance/expected-failures-API-on-OCIS-storage.txt @@ -1043,6 +1043,8 @@ apiTrashbin/trashbinRestore.feature:331 # apiTrashbin/trashbinSharingToShares.feature:24 apiTrashbin/trashbinSharingToShares.feature:25 +apiShareManagementToShares/acceptShares.feature:469 +apiShareManagementToShares/acceptShares.feature:470 # # https://github.com/owncloud/ocis/issues/1124 deleting a file inside a received shared folder is moved to the trash-bin of the sharer not the receiver # diff --git a/tests/acceptance/expected-failures-API-on-OWNCLOUD-storage.txt b/tests/acceptance/expected-failures-API-on-OWNCLOUD-storage.txt index 20e7f8b67..b6ab57d64 100644 --- a/tests/acceptance/expected-failures-API-on-OWNCLOUD-storage.txt +++ b/tests/acceptance/expected-failures-API-on-OWNCLOUD-storage.txt @@ -1011,6 +1011,9 @@ apiTrashbin/trashbinRestore.feature:331 # apiTrashbin/trashbinSharingToShares.feature:24 apiTrashbin/trashbinSharingToShares.feature:25 +apiShareManagementToShares/acceptShares.feature:469 +apiShareManagementToShares/acceptShares.feature:470 + # # https://github.com/owncloud/ocis/issues/1124 deleting a file inside a received shared folder is moved to the trash-bin of the sharer not the receiver # @@ -2507,3 +2510,5 @@ apiTrashbin/trashbinFilesFolders.feature:285 # https://github.com/owncloud/ocis/issues/763 reading a file that a collaborator uploaded is impossible apiShareOperationsToShares/uploadToShare.feature:280 + +