From 345fdadaccb836723b6546dc0d9b070d11b95e5a Mon Sep 17 00:00:00 2001 From: Roshan Lamichhane Date: Wed, 8 Feb 2023 10:15:25 +0545 Subject: [PATCH] Added missing ldap related tags --- .../copyFromPublicLinkOc10Issue37683.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/features/apiSharePublicLink2/copyFromPublicLinkOc10Issue37683.feature b/tests/acceptance/features/apiSharePublicLink2/copyFromPublicLinkOc10Issue37683.feature index 1e960c4176bd..61ed0d9a07f4 100644 --- a/tests/acceptance/features/apiSharePublicLink2/copyFromPublicLinkOc10Issue37683.feature +++ b/tests/acceptance/features/apiSharePublicLink2/copyFromPublicLinkOc10Issue37683.feature @@ -5,7 +5,7 @@ Feature: copying from public link share Given user "Alice" has been created with default attributes and without skeleton files And user "Alice" has created folder "/PARENT" - + @issue-37683 @skipOnLDAP @issue-user_ldap-702 Scenario: Copy folder within a public link folder to the same folder name as an already existing file Given user "Alice" has created folder "/PARENT/testFolder" And user "Alice" has uploaded file with content "some data" to "/PARENT/testFolder/testfile.txt"