Skip to content

Commit

Permalink
Merge pull request #37922 from owncloud/skip-tests-on-old-oC10
Browse files Browse the repository at this point in the history
[Tests-Only] Skip new and changed tests on old ownCloud10
  • Loading branch information
phil-davis authored Sep 21, 2020
2 parents 9cfdb56 + c0987ee commit e279ca9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Feature: get apps
| updatenotification |
| files_external |

@comments-app-required
@comments-app-required @skipOnOcV10.3 @skipOnOcV10.4 @skipOnOcV10.5
Scenario: admin gets all apps
Given app "comments" has been disabled
When the administrator gets all apps using the provisioning API
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Feature: get apps
| updatenotification |
| files_external |

@comments-app-required
@comments-app-required @skipOnOcV10.3 @skipOnOcV10.4 @skipOnOcV10.5
Scenario: admin gets all apps
Given app "comments" has been disabled
When the administrator gets all apps using the provisioning API
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/webUIWebdavLocks/unlock.feature
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Feature: Unlock locked files and folders
And 2 locks should be reported for folder "FOLDER_TO_SHARE" of user "receiver1" by the WebDAV API
And 2 locks should be reported for folder "FOLDER_TO_SHARE" of user "receiver2" by the WebDAV API

@files_sharing-app-required @skipOnLDAP
@files_sharing-app-required @skipOnLDAP @skipOnOcV10.3 @skipOnOcV10.4 @skipOnOcV10.5
Scenario Outline: deleting a lock that was created by an other user
Given these users have been created with skeleton files:
| username |
Expand Down

0 comments on commit e279ca9

Please sign in to comment.