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

[tests-only] skip old chunking tests on ocis #39089

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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: 1 addition & 1 deletion tests/acceptance/features/apiMain/checksums.feature
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Feature: checksums
| new |

## Validation Plugin or Old Endpoint Specific
@issue-ocis-reva-17
@issue-ocis-reva-17 @notToImplementOnOCIS
Scenario: Uploading an old method chunked file with checksum should fail using new DAV path
Given using new DAV path
When user "Alice" uploads chunk file "1" of "3" with "AAAAA" to "/myChecksumFile.txt" with checksum "MD5:45a72715acdd5019c5be30bdbb75233e" using the WebDAV API
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @issue-ocis-reva-15
@api @notToImplementOnOCIS
Feature: users cannot upload a file to a blacklisted name using old chunking
As an administrator
I want to be able to prevent users from uploading files to specified file names
Expand All @@ -9,7 +9,7 @@ Feature: users cannot upload a file to a blacklisted name using old chunking
And using old DAV path
And user "Alice" has been created with default attributes and without skeleton files

@skipOnOcV10 @issue-36645 @notToImplementOnOCIS
@skipOnOcV10 @issue-36645
Scenario: Upload a file to a filename that is banned by default using old chunking
When user "Alice" uploads file "filesForUpload/textfile.txt" to "/.htaccess" in 3 chunks using the WebDAV API
Then the HTTP status code should be "403"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@notToImplementOnOCIS @api @issue-ocis-reva-15
@notToImplementOnOCIS @api
Feature: users cannot upload a file to a blacklisted name using old chunking
As an administrator
I want to be able to prevent users from uploading files to specified file names
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @issue-ocis-reva-15
@api @notToImplementOnOCIS
Feature: users cannot upload a file to or into an excluded directory using old chunking
As an administrator
I want to be able to exclude directories (folders) from being processed. Any attempt to upload a file to one of those names should be refused.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@notToImplementOnOCIS @api @issue-ocis-reva-15
@notToImplementOnOCIS @api
Feature: users cannot upload a file to or into an excluded directory using old chunking
As an administrator
I want to be able to exclude directories (folders) from being processed. Any attempt to upload a file to one of those names should be refused.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @issue-ocis-reva-17
@notToImplementOnOCIS @api
Feature: upload file using old chunking
As a user
I want to be able to upload "large" files in chunks
Expand Down