Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
Merge pull request #435 from owncloud/bump-core-commit-20200812
Browse files Browse the repository at this point in the history
[Tests-Only] Bump core commit 20200812
  • Loading branch information
phil-davis authored Aug 12, 2020
2 parents 2f5cdba + c1f3a6b commit c1ff7cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config = {
'apiTests': {
'coreBranch': 'master',
'coreCommit': '5e6593b9ed1124b815039c9efb943ba23d9e457c',
'coreCommit': 'aa87e9c07c5558387c37921d850e8d8e99d6cd45',
'numberOfParts': 2
}
}
Expand Down
5 changes: 0 additions & 5 deletions tests/acceptance/expected-failures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -799,11 +799,6 @@ apiWebdavProperties2/getFileProperties.feature:455
apiWebdavUpload1/uploadFile.feature:112
apiWebdavUpload1/uploadFile.feature:113
#
apiWebdavUpload1/uploadFile.feature:197
apiWebdavUpload1/uploadFile.feature:198
apiWebdavUpload1/uploadFile.feature:199
apiWebdavUpload1/uploadFile.feature:200
#
# https://github.com/owncloud/ocis-reva/issues/56 remote.php/dav/uploads endpoint does not exist
apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:14
apiWebdavUpload1/uploadFileAsyncUsingNewChunking.feature:31
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @skipOnOcis @issue-ocis-187
@api @issue-ocis-187
Feature: previews of files downloaded through the webdav API

Background:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Feature: upload file
| old | "file ?2.txt" |
| new | "file ?2.txt" |

@issue-product-127
@skipOnOcis-OC-Storage @issue-product-127
# this scenario passes/fails intermittently on OC storage, so do not run it in CI
# after fixing all issues delete this Scenario and use the one from oC10 core
Scenario Outline: uploading a file inside a folder changes its etag
Given using <dav_version> DAV path
Expand Down

0 comments on commit c1ff7cf

Please sign in to comment.