Skip to content

Commit

Permalink
Convert expected failure text file to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
haribhandari07 committed Jan 15, 2021
1 parent 2ff2942 commit 220c2eb
Show file tree
Hide file tree
Showing 6 changed files with 438 additions and 435 deletions.
6 changes: 3 additions & 3 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ config = {
'extraEnvironment': {
'OPENID_LOGIN': 'true',
'WEB_UI_CONFIG': '/srv/config/drone/config.json',
'EXPECTED_FAILURES_FILE': '/var/www/owncloud/web/tests/acceptance/expected-failures-with-oc10-server.txt'
'EXPECTED_FAILURES_FILE': '/var/www/owncloud/web/tests/acceptance/expected-failures-with-oc10-server.md'
}
},
'webUIFederation': {
Expand All @@ -101,7 +101,7 @@ config = {
'extraEnvironment': {
'OPENID_LOGIN': 'true',
'REMOTE_BACKEND_HOST': 'http://federated',
'EXPECTED_FAILURES_FILE': '/var/www/owncloud/web/tests/acceptance/expected-failures-with-oc10-server.txt'
'EXPECTED_FAILURES_FILE': '/var/www/owncloud/web/tests/acceptance/expected-failures-with-oc10-server.md'
},
'federatedServerNeeded': True,
'federatedServerVersion': 'daily-master-qa'
Expand Down Expand Up @@ -325,7 +325,7 @@ config = {
'OCIS_SKELETON_DIR': '/srv/app/testing/data/webUISkeleton',
'OCIS_REVA_DATA_ROOT': '/srv/app/tmp/ocis/owncloud/data/',
'WEB_UI_CONFIG': '/srv/config/drone/ocis-config.json',
'EXPECTED_FAILURES_FILE': '/var/www/owncloud/web/tests/acceptance/expected-failures-with-ocis-server-owncloud-storage.txt'
'EXPECTED_FAILURES_FILE': '/var/www/owncloud/web/tests/acceptance/expected-failures-with-ocis-server-owncloud-storage.md'
},
'runningOnOCIS': True,
'filterTags': 'not @skip and not @skipOnOCIS and not @notToImplementOnOCIS',
Expand Down
8 changes: 8 additions & 0 deletions tests/acceptance/expected-failures-with-oc10-server.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## This file contains the scenarios from web tests that are currently expected to fail on oC10

### [Media Viewer](https://github.com/owncloud/ocis/issues/1106)
- [webUIPreview/imageMediaViewer.feature:81](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L81)
- [webUIPreview/imageMediaViewer.feature:88](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L88)

### [WebUI Login](https://github.com/owncloud/web/issues/4564)
- [webUILogin/login.feature:62](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUILogin/login.feature#L62)
8 changes: 0 additions & 8 deletions tests/acceptance/expected-failures-with-oc10-server.txt

This file was deleted.

Loading

0 comments on commit 220c2eb

Please sign in to comment.