From 994f5e1840d428f0695d59daf0f1ccd1d4930cc3 Mon Sep 17 00:00:00 2001 From: Prarup Gurung Date: Fri, 24 Nov 2023 09:59:00 +0545 Subject: [PATCH] Skip test for reva --- .../coreApiSharePublicLink1/createPublicLinkShare.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/features/coreApiSharePublicLink1/createPublicLinkShare.feature b/tests/acceptance/features/coreApiSharePublicLink1/createPublicLinkShare.feature index 20ab3467b..c69953ca7 100644 --- a/tests/acceptance/features/coreApiSharePublicLink1/createPublicLinkShare.feature +++ b/tests/acceptance/features/coreApiSharePublicLink1/createPublicLinkShare.feature @@ -8,7 +8,7 @@ Feature: create a public link share Background: Given user "Alice" has been created with default attributes and without skeleton files - @smokeTest + @smokeTest @skipOnReva Scenario Outline: creating public link share of a file or a folder using the default permissions without password using the public WebDAV API Given using OCS API version "" And user "Alice" has uploaded file with content "Random data" to "/randomfile.txt"