Skip to content

Commit

Permalink
Merge pull request #3457 from owncloud/revert-3443-skip-tests-fail
Browse files Browse the repository at this point in the history
[Tests-only] Reenable upload related tests
  • Loading branch information
individual-it authored May 21, 2020
2 parents ae0c737 + be87983 commit a720cb4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -1162,6 +1162,8 @@ def revaService():
'REVA_STORAGE_LOCAL_ROOT': '/srv/app/tmp/reva/root',
'REVA_STORAGE_OWNCLOUD_DATADIR': '/srv/app/tmp/reva/data',
'REVA_STORAGE_OC_DATA_TEMP_FOLDER': '/srv/app/tmp/',
'REVA_STORAGE_OC_DATA_URL': 'reva:9164',
'REVA_STORAGE_OC_DATA_SERVER_URL': 'http://reva:9164/data',
'REVA_OIDC_ISSUER': 'https://konnectd:9130',
'REVA_USERS_DRIVER': 'ldap',
'REVA_LDAP_HOSTNAME': 'ldap',
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ dist
.envrc

tests/reports
tests/acceptance/filesForUpload
1 change: 0 additions & 1 deletion tests/acceptance/features/webUIUpload/upload.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@skipOnOCIS @ocis-reva-issue-188
Feature: File Upload

As a user
Expand Down
5 changes: 2 additions & 3 deletions tests/acceptance/features/webUIUpload/uploadEdgecases.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@skipOnOCIS @ocis-reva-issue-188
Feature: File Upload

As a QA engineer
Expand Down Expand Up @@ -118,7 +117,7 @@ Feature: File Upload
Then file "0" should be listed on the webUI
And as "user1" the content of "simple-folder/0" should be the same as the local "0"

@issue-3015 @skipOnOCIS
@issue-3015 @skipOnOCIS @issue-ocis-reva-200
Scenario: Upload a file with the same name as already existing folder
Given the user has created folder "new-lorem.txt"
And the user has reloaded the current page of the webUI
Expand All @@ -134,7 +133,7 @@ Feature: File Upload
# """

# When this issue is fixed merge with the scenario above
@issue-3015 @skipOnOC10
@issue-3015 @skipOnOC10 @skipOnOCIS @issue-ocis-reva-200
Scenario: Upload a file with the same name as already existing folder
Given the user has created folder "new-lorem.txt"
And the user has reloaded the current page of the webUI
Expand Down

0 comments on commit a720cb4

Please sign in to comment.