Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tests-Only] Bump core commit 20200902 #1137

Merged
merged 3 commits into from
Sep 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 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 7b6a4cf6dab990d1624042589d22e348e027b74b
- git checkout ecd1e3f70d32f89c497ebaa20aaaf139bb4c6a89

- name: localAPIAcceptanceTestsOcStorage
image: owncloudci/php:7.2
Expand Down Expand Up @@ -419,7 +419,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 7b6a4cf6dab990d1624042589d22e348e027b74b
- git checkout ecd1e3f70d32f89c497ebaa20aaaf139bb4c6a89

- name: oC10APIAcceptanceTests
image: owncloudci/php:7.2
Expand All @@ -434,7 +434,7 @@ steps:
REVA_LDAP_HOSTNAME: 'ldap'
TEST_OCIS: 'true'
TEST_REVA: 'true'
BEHAT_FILTER_TAGS: '~@notToImplementOnOCIS&&~@toImplementOnOCIS&&~@preview-extension-required&&~@local_storage'
BEHAT_FILTER_TAGS: '~@notToImplementOnOCIS&&~@toImplementOnOCIS&&~@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
20 changes: 10 additions & 10 deletions tests/acceptance/expected-failures-on-OC-storage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -490,16 +490,16 @@ apiTrashbin/trashbinFilesFolders.feature:104
apiTrashbin/trashbinFilesFolders.feature:105
apiTrashbin/trashbinFilesFolders.feature:136
apiTrashbin/trashbinFilesFolders.feature:137
apiTrashbin/trashbinFilesFolders.feature:185
apiTrashbin/trashbinFilesFolders.feature:186
apiTrashbin/trashbinFilesFolders.feature:203
apiTrashbin/trashbinFilesFolders.feature:204
apiTrashbin/trashbinFilesFolders.feature:227
apiTrashbin/trashbinFilesFolders.feature:228
apiTrashbin/trashbinFilesFolders.feature:241
apiTrashbin/trashbinFilesFolders.feature:242
apiTrashbin/trashbinFilesFolders.feature:255
apiTrashbin/trashbinFilesFolders.feature:256
apiTrashbin/trashbinFilesFolders.feature:217
apiTrashbin/trashbinFilesFolders.feature:218
apiTrashbin/trashbinFilesFolders.feature:235
apiTrashbin/trashbinFilesFolders.feature:236
apiTrashbin/trashbinFilesFolders.feature:259
apiTrashbin/trashbinFilesFolders.feature:260
apiTrashbin/trashbinFilesFolders.feature:273
apiTrashbin/trashbinFilesFolders.feature:274
apiTrashbin/trashbinFilesFolders.feature:287
apiTrashbin/trashbinFilesFolders.feature:288
#
# https://github.com/owncloud/product/issues/179 Propfind to trashbin endpoint requires UUID
# https://github.com/owncloud/product/issues/178 File deletion using dav gives unique string in filename in the trashbin
Expand Down