Skip to content

Commit

Permalink
[Tests-Only] Bump core commit to run extra tests (#1083)
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis authored Aug 18, 2020
1 parent a756ebb commit 8bf3c70
Show file tree
Hide file tree
Showing 3 changed files with 930 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,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 aa87e9c07c5558387c37921d850e8d8e99d6cd45
- git checkout 33c64ea3d56ec20e5d0cbc0f745ed2c04589b7f8

- name: localAPIAcceptanceTestsOcStorage
image: owncloudci/php:7.2
Expand Down Expand Up @@ -376,7 +376,7 @@ steps:
TEST_OCIS: 'true'
TEST_REVA: 'true'
BEHAT_FILTER_TAGS: '~@notToImplementOnOCIS&&~@toImplementOnOCIS&&~@preview-extension-required'
EXPECTED_FAILURES_FILE: '/drone/src/tests/acceptance/expected-failures.txt'
EXPECTED_FAILURES_FILE: '/drone/src/tests/acceptance/expected-failures-on-OC-storage.txt'

services:
- 'name': 'ldap'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# this file contains the scenarios from ownCloud10 core API tests that are currently expected to fail
# when run with EOS storage
#
# ToDo: enable testing with EOS in CI and adjust this list to match what actually fails
#
# test scenarios that fail with OC storage (that were tagged skipOnOcis-OC-Storage in core)
#
Expand Down Expand Up @@ -173,6 +176,11 @@ apiShareManagementBasic/createShare.feature:195
apiShareManagementBasic/createShare.feature:417
apiShareManagementBasic/createShare.feature:418
#
# https://github.com/owncloud/ocis-reva/issues/243 Sharing seems to work but does not work
# https://github.com/owncloud/ocis-reva/issues/372 Listing shares via ocs API does not show path for parent folders
apiShareManagementBasic/createShare.feature:269
apiShareManagementBasic/createShare.feature:270
#
# https://github.com/owncloud/ocis-reva/issues/356 Fields missing in delete share OCS response
apiShareManagementBasic/deleteShare.feature:36
apiShareManagementBasic/deleteShare.feature:37
Expand Down
Loading

0 comments on commit 8bf3c70

Please sign in to comment.