From 24994a45ab8ec9230d710bc204d86d3623fc58d6 Mon Sep 17 00:00:00 2001 From: "sagargurung1001@gmail.com" Date: Thu, 20 Apr 2023 13:00:07 +0545 Subject: [PATCH] Add skip on reva Tag --- tests/acceptance/features/coreApiWebdavMove1/moveFolder.feature | 2 +- .../features/coreApiWebdavProperties1/copyFile.feature | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/acceptance/features/coreApiWebdavMove1/moveFolder.feature b/tests/acceptance/features/coreApiWebdavMove1/moveFolder.feature index 5c7587f799..f1da72da08 100644 --- a/tests/acceptance/features/coreApiWebdavMove1/moveFolder.feature +++ b/tests/acceptance/features/coreApiWebdavMove1/moveFolder.feature @@ -131,7 +131,7 @@ Feature: move (rename) folder | spaces | /... | | spaces | /..upload | - @issue-3023 + @skipOnReva @issue-3023 Scenario Outline: Moving a folder into a sub-folder of itself Given using DAV path And user "Alice" has created folder "PARENT" diff --git a/tests/acceptance/features/coreApiWebdavProperties1/copyFile.feature b/tests/acceptance/features/coreApiWebdavProperties1/copyFile.feature index cd29df2333..aebab8c3d3 100644 --- a/tests/acceptance/features/coreApiWebdavProperties1/copyFile.feature +++ b/tests/acceptance/features/coreApiWebdavProperties1/copyFile.feature @@ -843,7 +843,7 @@ Feature: copy file | dav_version | | spaces | - @issue-3023 + @skipOnReva @issue-3023 Scenario Outline: Copying a folder into a sub-folder of itself Given using DAV path And user "Alice" has created folder "/PARENT"