From 5a5172d9c32e77096a133bf3107cf7a4c5496ebf Mon Sep 17 00:00:00 2001 From: Swikriti Tripathi Date: Wed, 20 Jul 2022 10:03:05 +0545 Subject: [PATCH] Allow tests skipped by 40210 on ocis --- .../features/apiWebdavUploadTUS/uploadToShare.feature | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/acceptance/features/apiWebdavUploadTUS/uploadToShare.feature b/tests/acceptance/features/apiWebdavUploadTUS/uploadToShare.feature index 7410a98ca78f..3b0b03f55c0e 100644 --- a/tests/acceptance/features/apiWebdavUploadTUS/uploadToShare.feature +++ b/tests/acceptance/features/apiWebdavUploadTUS/uploadToShare.feature @@ -82,7 +82,6 @@ Feature: upload file to shared folder Then the HTTP status code should be "200" And as "Alice" file "/FOLDER/textfile.txt" should exist And the content of file "/FOLDER/textfile.txt" for user "Alice" should be "overwritten content" - @skipOnOcis Examples: | dav_version | | old | @@ -342,7 +341,6 @@ Feature: upload file to shared folder | Upload-Metadata | filename L1NoYXJlcy90ZXh0RmlsZS50eHQ= | Then the HTTP status code should be "204" And the content of file "/textFile.txt" for user "Alice" should be "overwritten content" - @skipOnOcis Examples: | dav_version | | old |