From bc9c9fe58f971c9413ff9bef75c3cf423fe18fc7 Mon Sep 17 00:00:00 2001 From: Saw-jan Date: Thu, 28 Nov 2024 16:44:20 +0545 Subject: [PATCH] test: skip sharing tests on reva --- .../features/coreApiWebdavProperties/setFileProperties.feature | 2 +- .../acceptance/features/coreApiWebdavUpload/uploadFile.feature | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/acceptance/features/coreApiWebdavProperties/setFileProperties.feature b/tests/acceptance/features/coreApiWebdavProperties/setFileProperties.feature index 2ee19a053a..dc994dfe72 100644 --- a/tests/acceptance/features/coreApiWebdavProperties/setFileProperties.feature +++ b/tests/acceptance/features/coreApiWebdavProperties/setFileProperties.feature @@ -61,7 +61,7 @@ Feature: set file properties | new | | spaces | - @issue-1297 + @skipOnReva @issue-1297 Scenario Outline: setting custom DAV property on a shared file as an owner and reading as a recipient Given using DAV path And user "Brian" has been created with default attributes diff --git a/tests/acceptance/features/coreApiWebdavUpload/uploadFile.feature b/tests/acceptance/features/coreApiWebdavUpload/uploadFile.feature index 0f84a45296..60c5661bfd 100644 --- a/tests/acceptance/features/coreApiWebdavUpload/uploadFile.feature +++ b/tests/acceptance/features/coreApiWebdavUpload/uploadFile.feature @@ -372,7 +372,7 @@ Feature: upload file And for user "Brian" the content of the file "/textfile.txt" of the space "new-space" should be "" And for user "Alice" the content of the file "/textfile.txt" of the space "new-space" should be "" - @issue-8699 @issue-10331 + @skipOnReva @issue-8699 @issue-10331 Scenario: user updates a file inside a link shared space with empty content Given using SharingNG And user "Brian" has been created with default attributes