Remove skipOnLDAP tag
This commit is contained in:
+2
-2
@@ -13,7 +13,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"
|
||||
@@ -33,7 +33,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"
|
||||
|
||||
Reference in New Issue
Block a user