Merge pull request #6247 from owncloud/remove-skiponldap-tag

[tests-only][full-ci]Remove skipOnLDAP tag
This commit is contained in:
Phil Davis
2023-05-08 13:49:11 +05:45
committed by GitHub
10 changed files with 21 additions and 21 deletions
@@ -12,7 +12,7 @@ Feature: updating shares to users and groups that have the same name
And user "Alice" has created folder "/TMP"
And user "Alice" has uploaded file with content "Random data" to "/TMP/randomfile.txt"
@skipOnLDAP
Scenario Outline: update permissions of a user share with a user and a group having the same name
Given using OCS API version "<ocs_api_version>"
And user "Alice" has shared folder "/TMP" with group "Brian"
@@ -32,7 +32,7 @@ Feature: updating shares to users and groups that have the same name
| 1 | 100 |
| 2 | 200 |
@skipOnLDAP
Scenario Outline: update permissions of a group share with a user and a group having the same name
Given using OCS API version "<ocs_api_version>"
And user "Alice" has shared folder "/TMP" with user "Brian"