From b7321bcd6a005fbd336315bfdcac66a441437211 Mon Sep 17 00:00:00 2001 From: Swikriti Tripathi Date: Thu, 11 Nov 2021 15:58:23 +0545 Subject: [PATCH 1/2] bump core commit id to match latest --- .drone.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.env b/.drone.env index 3ef3797d06..3c996b4e14 100644 --- a/.drone.env +++ b/.drone.env @@ -1,5 +1,5 @@ # The test runner source for API tests -CORE_COMMITID=2c22f94daa5a1a891e7d6e0bb97e0ad82afce039 +CORE_COMMITID=2eead619a0e1bab2ca21bc7bbc4ef77f9d82c42d CORE_BRANCH=master # The test runner source for UI tests From 957569706cd562344d01ebe52edab301171a2421 Mon Sep 17 00:00:00 2001 From: Swikriti Tripathi Date: Fri, 12 Nov 2021 12:22:22 +0545 Subject: [PATCH 2/2] Add test to expected to fail file --- tests/acceptance/expected-failures-API-on-OCIS-storage.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/acceptance/expected-failures-API-on-OCIS-storage.md b/tests/acceptance/expected-failures-API-on-OCIS-storage.md index 95ae20f4e2..a4fa3a4e34 100644 --- a/tests/acceptance/expected-failures-API-on-OCIS-storage.md +++ b/tests/acceptance/expected-failures-API-on-OCIS-storage.md @@ -1496,3 +1496,6 @@ Not everything needs to be implemented for ocis. While the oc10 testsuite covers ### [Content-type is not multipart/byteranges when downloading file with Range Header](https://github.com/owncloud/ocis/issues/2677) - [apiWebdavOperations/downloadFile.feature:169](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiWebdavOperations/downloadFile.feature#L169) - [apiWebdavOperations/downloadFile.feature:170](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiWebdavOperations/downloadFile.feature#L170) + +### [send PUT requests to another user's webDav endpoints as normal user](https://github.com/owncloud/ocis/issues/2759) +- [apiAuthWebDav/webDavPUTAuth.feature:40](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiAuthWebDav/webDavPUTAuth.feature#L40)