Skip to content

Commit

Permalink
Merge pull request #982 from owncloud/expected-failures-tusTests
Browse files Browse the repository at this point in the history
[Tests-Only] Add failing Tus test to expected failure file
  • Loading branch information
phil-davis authored Nov 30, 2020
2 parents 441bded + e25677b commit 50382ee
Show file tree
Hide file tree
Showing 3 changed files with 16 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': '8ff1bda2f3c09500b92775c666c1b2236876edd3',
'coreCommit': '26322d3bbedb5afe9a78ed5bcf88cfbf4ab2fd79',
'numberOfParts': 10
},
'uiTests': {
Expand Down
10 changes: 10 additions & 0 deletions tests/acceptance/expected-failures-on-OCIS-storage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2490,3 +2490,13 @@ 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

# https://github.com/owncloud/ocis/issues/968 [ocis-storage] PROPFIND on a file uploaded by share receiver is not possible
apiWebdavUploadTUS/uploadToShare.feature:23
apiWebdavUploadTUS/uploadToShare.feature:24
apiWebdavUploadTUS/uploadToShare.feature:37
apiWebdavUploadTUS/uploadToShare.feature:38

# https://github.com/owncloud/product/issues/293 sharing with group not available
apiWebdavUploadTUS/uploadToShare.feature:52
apiWebdavUploadTUS/uploadToShare.feature:53
5 changes: 5 additions & 0 deletions tests/acceptance/expected-failures-on-OWNCLOUD-storage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1402,6 +1402,11 @@ apiWebdavUpload2/uploadFileUsingOldChunking.feature:98
apiWebdavUpload2/uploadFileUsingOldChunking.feature:99
apiWebdavUpload2/uploadFileUsingOldChunking.feature:100
#
# https://github.com/owncloud/product/issues/293 sharing with group not available
#
apiWebdavUploadTUS/uploadToShare.feature:52
apiWebdavUploadTUS/uploadToShare.feature:53
#
# https://github.com/owncloud/ocis-reva/issues/243 Sharing does not work
#
apiShareManagementBasicToShares/createShareToSharesFolder.feature:529
Expand Down

0 comments on commit 50382ee

Please sign in to comment.