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]tests: skip tests in reva #7955

Merged
merged 1 commit into from
Dec 14, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Feature: changing a public link share
Then the HTTP status code should be "403"
And as "Alice" file "PARENT/parent.txt" should exist


@skipOnReva
Scenario Outline: normal user tries to remove password of a public link share (change/create permission)
Given using OCS API version "<ocs_api_version>"
And user "Alice" has created a public link share with settings
Expand All @@ -153,7 +153,7 @@ Feature: changing a public link share
| 1 | create | 200 |
| 2 | create | 400 |

@issue-7821
@issue-7821 @skipOnReva
Scenario Outline: normal user tries to remove password of a public link (update without sending permissions)
Given using OCS API version "<ocs_api_version>"
And user "Alice" has created a public link share with settings
Expand Down Expand Up @@ -191,7 +191,7 @@ Feature: changing a public link share
| 1 | 100 |
| 2 | 200 |


@skipOnReva # reva doesn't have a pre-created admin user
saw-jan marked this conversation as resolved.
Show resolved Hide resolved
Scenario Outline: administrator removes password of a read-only public link
Given using OCS API version "<ocs_api_version>"
And admin has created folder "/PARENT"
Expand All @@ -212,7 +212,7 @@ Feature: changing a public link share
| 1 | 100 |
| 2 | 200 |


@skipOnReva # reva doesn't have a pre-created admin user
Scenario Outline: administrator tries to remove password of a public link share (change/create permission)
Given using OCS API version "<ocs_api_version>"
And admin has created folder "/PARENT"
Expand Down