From 838aa0692e7d870a245b8fe90c1f1c4923bfeb44 Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Fri, 23 Nov 2018 08:56:26 +0545 Subject: [PATCH] skip version checksum test on S3 --- tests/acceptance/features/apiMain/fileVersions.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/acceptance/features/apiMain/fileVersions.feature b/tests/acceptance/features/apiMain/fileVersions.feature index e48eb69bda01..0e2890baea86 100644 --- a/tests/acceptance/features/apiMain/fileVersions.feature +++ b/tests/acceptance/features/apiMain/fileVersions.feature @@ -36,6 +36,7 @@ Feature: dav-versions When user "user0" restores version index "1" of file "/davtest.txt" using the WebDAV API Then the content of file "/davtest.txt" for user "user0" should be "123" + @skipOnStorage:ceph @files_primary_s3-issue-156 Scenario: Restore a file and check, if the content and correct checksum is now in the current file Given user "user0" has uploaded file with content "AAAAABBBBBCCCCC" and checksum "MD5:45a72715acdd5019c5be30bdbb75233e" to "/davtest.txt" And user "user0" has uploaded file "filesForUpload/textfile.txt" to "/davtest.txt" with checksum "MD5:d70b40f177b14b470d1756a3c12b963a"