Skip to content

Commit

Permalink
Bump core commit id for API tests
Browse files Browse the repository at this point in the history
  • Loading branch information
individual-it committed Nov 27, 2020
1 parent d37701e commit 9444399
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ config = {
},
'apiTests': {
'coreBranch': 'master',
'coreCommit': '773cf3ea127430699f3bfb4c1b24e96a271a8884',
'coreCommit': '31105a0d3e6e6ef0a0da2c16c66d4261fd91c069',
'numberOfParts': 10
},
'uiTests': {
Expand Down
22 changes: 22 additions & 0 deletions tests/acceptance/expected-failures-on-OCIS-storage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2470,3 +2470,25 @@ apiVersions/fileVersionsSharingToShares.feature:279
# https://github.com/owncloud/ocis/issues/719 when a share exists its impossible to share a renamed folder
apiShareManagementBasicToShares/createShareToSharesFolder.feature:611
apiShareManagementBasicToShares/createShareToSharesFolder.feature:612

# https://github.com/owncloud/ocis/issues/965 ocis-storage does not use the mtime send in the `Upload-Metadata` header when uploading via TUS
apiWebdavUploadTUS/uploadFileMtime.feature:17
apiWebdavUploadTUS/uploadFileMtime.feature:18
apiWebdavUploadTUS/uploadFileMtime.feature:27
apiWebdavUploadTUS/uploadFileMtime.feature:28
apiWebdavUploadTUS/uploadFileMtime.feature:38
apiWebdavUploadTUS/uploadFileMtime.feature:39
apiWebdavUploadTUS/uploadFileMtime.feature:49
apiWebdavUploadTUS/uploadFileMtime.feature:50
apiWebdavUploadTUS/uploadFileMtimeShares.feature:40
apiWebdavUploadTUS/uploadFileMtimeShares.feature:41

# https://github.com/owncloud/ocis/issues/968 [ocis-storage] PROPFIND on a file uploaded by share receiver is not possible
apiWebdavUploadTUS/uploadFileMtimeShares.feature:26
apiWebdavUploadTUS/uploadFileMtimeShares.feature:27
apiWebdavUploadTUS/uploadFileMtimeShares.feature:55
apiWebdavUploadTUS/uploadFileMtimeShares.feature:56

# https://github.com/owncloud/ocis/issues/763 [OCIS-storage] reading a file that a collaborator uploaded is impossible
apiWebdavUploadTUS/uploadFileMtimeShares.feature:70
apiWebdavUploadTUS/uploadFileMtimeShares.feature:71

0 comments on commit 9444399

Please sign in to comment.