Skip to content

Commit

Permalink
Merge pull request #1060 from owncloud/update-excpected-failures
Browse files Browse the repository at this point in the history
[tests-only] Updates expected failures with product issues
  • Loading branch information
phil-davis authored Dec 15, 2020
2 parents d217ed1 + fc32ebb commit d6f5d66
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ config = {
},
'uiTests': {
'webBranch': 'master',
'webCommit': 'c0ed46b38b7eb84fa172a47153195579b0571d6c',
'webCommit': '900bbf51b4d903e2a9ab3f6bddc5de1166bee877',
'suites': {
'webUIBasic': [
'webUILogin',
Expand Down
6 changes: 6 additions & 0 deletions tests/acceptance/expected-failures-on-EOS-storage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,12 @@ apiProvisioning-v2/getUsers.feature:36
apiProvisioning-v2/resetUserPassword.feature:21
apiProvisioning-v2/resetUserPassword.feature:55
#
# https://github.com/owncloud/product/issues/271 Cannot set mtime on upload
#
apiSharePublicLink1/createPublicLinkShare.feature:776
apiSharePublicLink1/createPublicLinkShare.feature:789
apiSharePublicLink1/createPublicLinkShare.feature:790
#
# https://github.com/owncloud/ocis-reva/issues/34 groups endpoint does not exist
apiSharees/sharees.feature:32
apiSharees/sharees.feature:33
Expand Down
7 changes: 6 additions & 1 deletion tests/acceptance/expected-failures-on-OWNCLOUD-storage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -897,6 +897,7 @@ apiShareReshareToShares3/reShareWithExpiryDate.feature:273
#
# https://github.com/owncloud/product/issues/254 empty trashbin does not work
# https://github.com/owncloud/ocis/issues/551 delete from trashbin does not work
# https://github.com/owncloud/product/issues/256 deleting multiple elements concurrently will not delete all the items.
#
apiTrashbin/trashbinDelete.feature:31
apiTrashbin/trashbinDelete.feature:32
Expand All @@ -918,14 +919,18 @@ apiTrashbin/trashbinFilesFolders.feature:61
apiTrashbin/trashbinFilesFolders.feature:105
apiTrashbin/trashbinFilesFolders.feature:106
#
# https://github.com/owncloud/product/issues/273 invalid webdav responses for unauthorized requests.
# https://github.com/owncloud/product/issues/257
# trying to list the trashbin of another user gives 405
#
apiTrashbin/trashbinFilesFolders.feature:154
apiTrashbin/trashbinFilesFolders.feature:155
apiTrashbin/trashbinFilesFolders.feature:172
apiTrashbin/trashbinFilesFolders.feature:173
apiTrashbin/trashbinFilesFolders.feature:196
apiTrashbin/trashbinFilesFolders.feature:197
#
# https://github.com/owncloud/product/issues/273 invalid webdav responses for unauthorized requests.
#
apiTrashbin/trashbinFilesFolders.feature:210
apiTrashbin/trashbinFilesFolders.feature:211
apiTrashbin/trashbinFilesFolders.feature:224
Expand Down

0 comments on commit d6f5d66

Please sign in to comment.