From ed630bde48fc3548ed73b17891b638ba85f29e41 Mon Sep 17 00:00:00 2001 From: Swikriti Tripathi Date: Thu, 8 Dec 2022 13:57:51 +0545 Subject: [PATCH] Skip shares related tests in OCIS --- .../expected-failures-with-ocis-server-ocis-storage.md | 4 ---- tests/acceptance/features/webUIFilesCopy/copy.feature | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/acceptance/expected-failures-with-ocis-server-ocis-storage.md b/tests/acceptance/expected-failures-with-ocis-server-ocis-storage.md index 2628f5a2057..b35cde97b85 100644 --- a/tests/acceptance/expected-failures-with-ocis-server-ocis-storage.md +++ b/tests/acceptance/expected-failures-with-ocis-server-ocis-storage.md @@ -128,9 +128,5 @@ Other free text and markdown formatting can be used elsewhere in the document if - [webUIFilesDetails/fileDetails.feature:70](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesDetails/fileDetails.feature#L70) - [webUIRenameFiles/renameFiles.feature:249](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFiles/renameFiles.feature#L249) -### [Copy/move not possible from and into shares in oCIS](https://github.com/owncloud/web/issues/6892) -- [webUIFilesCopy/copy.feature:89](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesCopy/copy.feature#L89) -- [webUIFilesCopy/copy.feature:101](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFilesCopy/copy.feature#L101) - ### [PROPFIND to sub-folder of a shared resources with same name gives 404](https://github.com/owncloud/ocis/issues/3859) - [webUISharingAcceptShares/acceptShares.feature:240](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAcceptShares/acceptShares.feature#L240) diff --git a/tests/acceptance/features/webUIFilesCopy/copy.feature b/tests/acceptance/features/webUIFilesCopy/copy.feature index ac74cafb4b4..96a25ba3d8b 100644 --- a/tests/acceptance/features/webUIFilesCopy/copy.feature +++ b/tests/acceptance/features/webUIFilesCopy/copy.feature @@ -85,7 +85,7 @@ Feature: copy files and folders And as "Alice" file "simple-folder/simple-empty-folder/data.zip" should exist in the server And as "Alice" file "simple-folder/data.zip" should exist in the server - @issue-6892 + @issue-6892 @issue-6896 @notToImplementOnOCIS Scenario: copy a file into another folder with no change permission Given user "Alice" has created file "lorem.txt" in the server And user "Brian" has been created with default attributes and without skeleton files in the server @@ -97,7 +97,7 @@ Feature: copy files and folders Then as "Alice" file "Shares/simple-folder/lorem.txt" should not exist in the server - @issue-6892 @issue-ocis-1328 + @issue-6892 @issue-ocis-1328 @issue-6896 @notToImplementOnOCIS Scenario: copy a folder into another folder with no change permission Given user "Alice" has created folder "simple-empty-folder" in the server And user "Brian" has been created with default attributes and without skeleton files in the server