Skip to content

Commit

Permalink
Skip some local storage tests on user-keys encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed May 10, 2021
1 parent a6c22c8 commit c4b44d0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
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

0 comments on commit c4b44d0

Please sign in to comment.