Merge pull request #1998 from owncloud/bump-core-commit-20200430

[tests-only] Bump core commit id for tests
This commit is contained in:
Artur Neumann
2021-05-03 14:07:44 +05:45
committed by GitHub
3 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
# The test runner source for API tests
CORE_COMMITID=8bf97c1aeed2a6fb9ca8a1477a85a55f8469d49b
CORE_COMMITID=e8d1281774bb07d5e5195013ca83ceb515dd7e6d
CORE_BRANCH=master
# The test runner source for UI tests

View File

@@ -1071,6 +1071,9 @@ cannot share a folder with create permission
- [apiShareReshareToShares3/reShareUpdate.feature:61](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiShareReshareToShares3/reShareUpdate.feature#L61)
- [apiShareReshareToShares3/reShareUpdate.feature:62](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiShareReshareToShares3/reShareUpdate.feature#L62)
#### [Shares are not always cleaned up on user deletion](https://github.com/owncloud/ocis/issues/1999)
- [apiShareReshareToShares3/reShareUpdate.feature:152](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiShareReshareToShares3/reShareUpdate.feature#L152)
#### [Share receiver cannot get share by id](https://github.com/owncloud/product/issues/253)
- [apiShareReshareToShares3/reShareWithExpiryDate.feature:273](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiShareReshareToShares3/reShareWithExpiryDate.feature#L273)

View File

@@ -1205,6 +1205,9 @@ The following scenarios fail on OWNCLOUD storage but not on OCIS storage:
- [apiShareReshareToShares1/reShare.feature:223](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiShareReshareToShares1/reShare.feature#L223)
- [apiShareReshareToShares1/reShare.feature:224](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiShareReshareToShares1/reShare.feature#L224)
#### [Shares are not always cleaned up on user deletion](https://github.com/owncloud/ocis/issues/1999)
- [apiShareReshareToShares3/reShareUpdate.feature:152](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiShareReshareToShares3/reShareUpdate.feature#L152)
#### [Share receiver cannot get share by id](https://github.com/owncloud/product/issues/253)
- [apiShareReshareToShares3/reShareWithExpiryDate.feature:273](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiShareReshareToShares3/reShareWithExpiryDate.feature#L273)