Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip failing tests in files_primary_s3 #35617

Merged
merged 1 commit into from
Jun 21, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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