Skip to content

Commit

Permalink
[Tests-Only] Bump core commit(s) (#1148)
Browse files Browse the repository at this point in the history
* Bump core commit

* Add acceptSharesToSharesFolder expected-failures

* Skip oC10 tests for comments federation notifications and tags features

* Add issue links for failing acceptSharesToSharesFolder scenarios
  • Loading branch information
phil-davis authored Sep 11, 2020
1 parent 35ef155 commit 8948e77
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ steps:
- git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing
- git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner
- cd /drone/src/tmp/testrunner
- git checkout ecd1e3f70d32f89c497ebaa20aaaf139bb4c6a89
- git checkout 1f5506549cbebdc910b6d24681278e9a210f6d82

- name: localAPIAcceptanceTestsOcStorage
image: owncloudci/php:7.2
Expand Down Expand Up @@ -429,7 +429,7 @@ steps:
- git clone -b master --depth=1 https://github.com/owncloud/testing.git /drone/src/tmp/testing
- git clone -b master --single-branch --no-tags https://github.com/owncloud/core.git /drone/src/tmp/testrunner
- cd /drone/src/tmp/testrunner
- git checkout ecd1e3f70d32f89c497ebaa20aaaf139bb4c6a89
- git checkout 1f5506549cbebdc910b6d24681278e9a210f6d82

- name: oC10APIAcceptanceTests
image: owncloudci/php:7.2
Expand All @@ -444,7 +444,7 @@ steps:
REVA_LDAP_HOSTNAME: 'ldap'
TEST_OCIS: 'true'
TEST_REVA: 'true'
BEHAT_FILTER_TAGS: '~@notToImplementOnOCIS&&~@toImplementOnOCIS&&~@provisioning_api-app-required&&~@preview-extension-required&&~@local_storage'
BEHAT_FILTER_TAGS: '~@notToImplementOnOCIS&&~@toImplementOnOCIS&&~comments-app-required&&~@federation-app-required&&~@notifications-app-required&&~systemtags-app-required&&~@provisioning_api-app-required&&~@preview-extension-required&&~@local_storage'
EXPECTED_FAILURES_FILE: '/drone/src/tests/acceptance/expected-failures-on-OC-storage.txt'

services:
Expand Down
9 changes: 8 additions & 1 deletion tests/acceptance/expected-failures-on-OC-storage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,14 @@ apiShareManagement/acceptShares.feature:582
apiShareManagement/acceptShares.feature:652
apiShareManagement/acceptShares.feature:696
#

# https://github.com/owncloud/product/issues/208 After accepting a share data in the received file cannot be downloaded
apiShareManagement/acceptSharesToSharesFolder.feature:15
apiShareManagement/acceptSharesToSharesFolder.feature:22
#
# https://github.com/owncloud/product/issues/207 Response is empty when accepting a share
apiShareManagement/acceptSharesToSharesFolder.feature:30
apiShareManagement/acceptSharesToSharesFolder.feature:52
#
# https://github.com/owncloud/ocis-reva/issues/34 groups endpoint does not exist
apiShareManagementBasic/createShare.feature:169
apiShareManagementBasic/createShare.feature:170
Expand Down

0 comments on commit 8948e77

Please sign in to comment.