diff --git a/tests/acceptance/features/apiMain/checksums.feature b/tests/acceptance/features/apiMain/checksums.feature index d05abccd17b6..51bb526000f8 100644 --- a/tests/acceptance/features/apiMain/checksums.feature +++ b/tests/acceptance/features/apiMain/checksums.feature @@ -277,6 +277,7 @@ Feature: checksums | old | | new | + @skipOnStorage:ceph @files_primary_s3-issue-224 Scenario Outline: Uploading a file with invalid SHA1 checksum overwriting an existing file Given using DAV path When user "user0" uploads file "filesForUpload/textfile.txt" to "/textfile0.txt" with checksum "SHA1:f005ba11f005ba11f005ba11f005ba11f005ba11" using the WebDAV API @@ -296,6 +297,7 @@ Feature: checksums Then the HTTP status code should be "204" And the content of file "/textfile0.txt" for user "user0" should be "BBBBBCCCCC" + @skipOnStorage:ceph @files_primary_s3-issue-224 Scenario: Upload overwriting a file with new chunking and invalid checksum Given using new DAV path When user "user0" creates a new chunking upload with id "chunking-42" using the WebDAV API