From 8c32626fc9704969f7cc31f61c79ad00c8b77582 Mon Sep 17 00:00:00 2001 From: Swikriti Tripathi Date: Thu, 7 Oct 2021 15:49:49 +0545 Subject: [PATCH 1/2] Bump core commit id --- .drone.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.env b/.drone.env index ccce19b28..11406a49f 100644 --- a/.drone.env +++ b/.drone.env @@ -1,5 +1,5 @@ # The test runner source for API tests -CORE_COMMITID=0439daa95d1e63c45086ab3fff251f4e9890f8b6 +CORE_COMMITID=28fb541fcd334e17157013e6ab594b4e18c3b156 CORE_BRANCH=master # The test runner source for UI tests From 0c47a28e0a1f05de22a9b8ed76f100d35bd856fa Mon Sep 17 00:00:00 2001 From: Swikriti Tripathi Date: Thu, 7 Oct 2021 16:27:44 +0545 Subject: [PATCH 2/2] add failing test to expected to fail --- tests/acceptance/expected-failures-API-on-OCIS-storage.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/acceptance/expected-failures-API-on-OCIS-storage.md b/tests/acceptance/expected-failures-API-on-OCIS-storage.md index 8120fce25..2b3fc84c3 100644 --- a/tests/acceptance/expected-failures-API-on-OCIS-storage.md +++ b/tests/acceptance/expected-failures-API-on-OCIS-storage.md @@ -1452,7 +1452,9 @@ Not everything needs to be implemented for ocis. While the oc10 testsuite covers - [apiSharePublicLink2/allowGroupToCreatePublicLinks.feature:91](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiSharePublicLink2/allowGroupToCreatePublicLinks.feature#L91) ### [Cannot download preview of shared received file after the shareowner has changed the file content](https://github.com/owncloud/ocis/issues/2538) -- [apiWebdavPreviews/previews.feature:196](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiWebdavPreviews/previews.feature#L196) +- [apiWebdavPreviews/previews.feature:196](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiWebdavPreviews/previews.feature#L196) +- [apiWebdavPreviews/previews.feature:217](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiWebdavPreviews/previews.feature#L217) +- [apiWebdavPreviews/previews.feature:233](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiWebdavPreviews/previews.feature#L233) ### [Preview of text file with UTF content does not render correctly](https://github.com/owncloud/ocis/issues/2570) - [apiWebdavPreviews/previews.feature:208](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiWebdavPreviews/previews.feature#L208)