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 some local storage tests on user-keys encryption #38718

Merged
merged 1 commit into from
May 10, 2021
Merged
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @local_storage @notToImplementOnOCIS
@api @local_storage @files_sharing-app-required @notToImplementOnOCIS
Feature: local-storage

Background:
Expand All @@ -8,7 +8,7 @@ Feature: local-storage
| Brian |


@public_link_share-feature-required @files_sharing-app-required
@skipOnEncryptionType:user-keys @encryption-issue-181
Scenario Outline: Share a file inside a local external storage
Given using OCS API version "<ocs_api_version>"
And user "Alice" has uploaded file "filesForUpload/textfile.txt" to "/local_storage/filetoshare.txt"
Expand Down Expand Up @@ -57,7 +57,7 @@ Feature: local-storage
| 1 | 100 |
| 2 | 200 |


@skipOnEncryptionType:user-keys @encryption-issue-181
Scenario Outline: Share a file inside a local external storage to a group
Given using OCS API version "<ocs_api_version>"
And group "grp1" has been created
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @local_storage @notToImplementOnOCIS
@api @local_storage @notToImplementOnOCIS @files_sharing-app-required
Feature: local-storage

Background:
Expand All @@ -10,7 +10,7 @@ Feature: local-storage
| Brian |


@public_link_share-feature-required @files_sharing-app-required
@skipOnEncryptionType:user-keys @encryption-issue-181
Scenario Outline: Share a file inside a local external storage
Given using OCS API version "<ocs_api_version>"
And user "Alice" has uploaded file "filesForUpload/textfile.txt" to "/local_storage/filetoshare.txt"
Expand Down Expand Up @@ -62,7 +62,7 @@ Feature: local-storage
| 1 | 100 |
| 2 | 200 |


@skipOnEncryptionType:user-keys @encryption-issue-181
Scenario Outline: Share a file inside a local external storage to a group
Given using OCS API version "<ocs_api_version>"
And group "grp1" has been created
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Feature: local-storage
| Alice |
| Brian |


@skipOnEncryptionType:user-keys @encryption-issue-181
Scenario Outline: receiver renames a received file share from local storage
Given using OCS API version "<ocs_api_version>"
And user "Alice" has uploaded file "filesForUpload/textfile.txt" to "/local_storage/filetoshare.txt"
Expand Down Expand Up @@ -39,7 +39,7 @@ Feature: local-storage
| 1 |
| 2 |


@skipOnEncryptionType:user-keys @encryption-issue-181
Scenario Outline: sub-folders,file inside a renamed received folder shared from local storage are accessible
Given using OCS API version "<ocs_api_version>"
And user "Alice" has created folder "/local_storage/foo"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Feature: local-storage
| Alice |
| Brian |


@skipOnEncryptionType:user-keys @encryption-issue-181
Scenario Outline: receiver renames a received file share from local storage
Given using OCS API version "<ocs_api_version>"
And user "Alice" has uploaded file "filesForUpload/textfile.txt" to "/local_storage/filetoshare.txt"
Expand Down Expand Up @@ -43,7 +43,7 @@ Feature: local-storage
| 1 |
| 2 |


@skipOnEncryptionType:user-keys @encryption-issue-181
Scenario Outline: sub-folders,file inside a renamed received folder shared from local storage are accessible
Given using OCS API version "<ocs_api_version>"
And user "Alice" has created folder "/local_storage/foo"
Expand All @@ -68,7 +68,7 @@ Feature: local-storage
| 1 |
| 2 |


@skipOnEncryptionType:user-keys @encryption-issue-181
Scenario Outline: receiver renames a received file share from local storage in group sharing
Given using OCS API version "<ocs_api_version>"
And group "grp1" has been created
Expand Down