Skip to content

Commit

Permalink
Merge pull request #38467 from owncloud/skip-on-old-oC10-20210305
Browse files Browse the repository at this point in the history
[tests-only] Skip new subadmin tests on old oC10
  • Loading branch information
phil-davis authored Mar 5, 2021
2 parents 6fc175a + b4f8b65 commit 8abe964
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Feature: get subadmin groups
And the OCS status code should be "100"
And the HTTP status code should be "200"


@skipOnOcV10.5 @skipOnOcV10.6.0
Scenario: admin tries to get subadmin groups of a user which does not exist
Given user "nonexistentuser" has been deleted
And group "brand-new-group" has been created
Expand All @@ -30,7 +30,7 @@ Feature: get subadmin groups
And the HTTP status code should be "200"
And the API should not return any data

@issue-owncloud-sdk-658
@issue-owncloud-sdk-658 @skipOnOcV10.5 @skipOnOcV10.6.0
Scenario: subadmin gets groups where he/she is subadmin
Given user "Alice" has been created with default attributes and small skeleton files
And group "brand-new-group" has been created
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Feature: get subadmin groups
And the OCS status code should be "200"
And the HTTP status code should be "200"


@skipOnOcV10.5 @skipOnOcV10.6.0
Scenario: admin tries to get subadmin groups of a user which does not exist
Given user "nonexistentuser" has been deleted
And group "brand-new-group" has been created
Expand All @@ -30,7 +30,7 @@ Feature: get subadmin groups
And the HTTP status code should be "404"
And the API should not return any data

@issue-owncloud-sdk-658
@issue-owncloud-sdk-658 @skipOnOcV10.5 @skipOnOcV10.6.0
Scenario: subadmin gets groups where he/she is subadmin
Given user "Alice" has been created with default attributes and small skeleton files
And group "brand-new-group" has been created
Expand Down

0 comments on commit 8abe964

Please sign in to comment.