Merge pull request #2754 from owncloud/bump-commit-id-20211111

[tests-only][full-ci]Bump core commit id to match latest
This commit is contained in:
Swikriti Tripathi
2021-11-12 13:09:28 +05:45
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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)