Skip to content

Commit

Permalink
split etag propagation tests in two suites
Browse files Browse the repository at this point in the history
  • Loading branch information
individual-it committed Oct 5, 2020
1 parent 11e6da1 commit ffad1c4
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ config = {
'apiTranslation',
'apiTrashbin',
'apiVersions',
'apiWebdavEtagPropagation',
'apiWebdavEtagPropagation1',
'apiWebdavEtagPropagation2',
'apiWebdavLocks',
'apiWebdavLocks2',
'apiWebdavMove1',
Expand Down
16 changes: 15 additions & 1 deletion tests/acceptance/config/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,21 @@ default:
- OccContext:
- PublicWebDavContext:

apiWebdavEtagPropagation:
apiWebdavEtagPropagation1:
paths:
- '%paths.base%/../features/apiWebdavEtagPropagation'
context: *common_ldap_suite_context
contexts:
- FeatureContext: *common_feature_context_params
- LoggingContext:
- OccContext:
- TrashbinContext:
- PublicWebDavContext:
- FilesVersionsContext:
- WebDavPropertiesContext:
- AppConfigurationContext:

apiWebdavEtagPropagation2:
paths:
- '%paths.base%/../features/apiWebdavEtagPropagation'
context: *common_ldap_suite_context
Expand Down

0 comments on commit ffad1c4

Please sign in to comment.