From 85ad991107be51fef70eb612b73e2e5694a5dba2 Mon Sep 17 00:00:00 2001 From: Prajwol Amatya Date: Tue, 19 Nov 2024 16:56:11 +0545 Subject: [PATCH 1/2] skip spaces dav path test in reva --- .../uploadToNonExistingFolder.feature | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/acceptance/features/coreApiWebdavUploadTUS/uploadToNonExistingFolder.feature b/tests/acceptance/features/coreApiWebdavUploadTUS/uploadToNonExistingFolder.feature index bb3db407c03..f2dd19d0d33 100644 --- a/tests/acceptance/features/coreApiWebdavUploadTUS/uploadToNonExistingFolder.feature +++ b/tests/acceptance/features/coreApiWebdavUploadTUS/uploadToNonExistingFolder.feature @@ -7,8 +7,8 @@ Feature: upload file Given using OCS API version "1" And user "Alice" has been created with default attributes and without skeleton files - - Scenario Outline: attempt to upload a file into a nonexistent folder inside shares + @skipOnReva + Scenario Outline: attempt to upload a file into a nonexistent shares Given using DAV path When user "Alice" uploads file with content "uploaded content" to "/Shares/FOLDER/textfile.txt" using the TUS protocol on the WebDAV API Then as "Alice" folder "/Shares/FOLDER/" should not exist @@ -29,6 +29,10 @@ Feature: upload file | dav-path-version | | old | | new | + + @skipOnReva + Examples: + | dav-path-version | | spaces | @skipOnReva From fccc980ff0feb414a695ba267c2dcdc6cee729fe Mon Sep 17 00:00:00 2001 From: Prajwol Amatya <83579989+PrajwolAmatya@users.noreply.github.com> Date: Wed, 20 Nov 2024 10:39:02 +0545 Subject: [PATCH 2/2] skip spaces dav path version --- .../uploadToNonExistingFolder.feature | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/acceptance/features/coreApiWebdavUploadTUS/uploadToNonExistingFolder.feature b/tests/acceptance/features/coreApiWebdavUploadTUS/uploadToNonExistingFolder.feature index f2dd19d0d33..acdfd383cad 100644 --- a/tests/acceptance/features/coreApiWebdavUploadTUS/uploadToNonExistingFolder.feature +++ b/tests/acceptance/features/coreApiWebdavUploadTUS/uploadToNonExistingFolder.feature @@ -7,7 +7,7 @@ Feature: upload file Given using OCS API version "1" And user "Alice" has been created with default attributes and without skeleton files - @skipOnReva + Scenario Outline: attempt to upload a file into a nonexistent shares Given using DAV path When user "Alice" uploads file with content "uploaded content" to "/Shares/FOLDER/textfile.txt" using the TUS protocol on the WebDAV API @@ -17,6 +17,10 @@ Feature: upload file | dav-path-version | | old | | new | + + @skipOnReva + Examples: + | dav-path-version | | spaces |