Skip to content

Commit

Permalink
Merge pull request #35617 from owncloud/skip-files_s3
Browse files Browse the repository at this point in the history
Skip failing tests in files_primary_s3
  • Loading branch information
dpakach authored Jun 21, 2019
2 parents ee2a647 + b75b5be commit cb7c022
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/acceptance/features/apiMain/checksums.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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_version> DAV path
When user "user0" uploads file "filesForUpload/textfile.txt" to "/textfile0.txt" with checksum "SHA1:f005ba11f005ba11f005ba11f005ba11f005ba11" using the WebDAV API
Expand All @@ -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
Expand Down

0 comments on commit cb7c022

Please sign in to comment.