Skip to content

Commit

Permalink
Skipped more scenarios related to oics issue 3483
Browse files Browse the repository at this point in the history
Signed-off-by: Kiran Parajuli <[email protected]>
  • Loading branch information
kiranparajuli589 committed Apr 12, 2022
1 parent 0b7c4f8 commit f34b528
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiMain/quota.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @issue-ocis-reva-101
@api @issue-ocis-reva-101 @skipOnGraph
Feature: quota

Background:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Feature: sharing
| old |
| new |

@smokeTest
@smokeTest @skipOnGraph
Scenario Outline: Check quota of owners parent directory of a shared file
Given using <dav-path> DAV path
And user "Brian" has been created with default attributes and without skeleton files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Feature: sharing
| dav-path |
| spaces |

@smokeTest
@smokeTest @skipOnGraph
Scenario Outline: Check quota of owners parent directory of a shared file
Given using <dav-path> DAV path
And user "Brian" has been created with default attributes and without skeleton files
Expand Down Expand Up @@ -198,7 +198,7 @@ Feature: sharing
| dav-path |
| spaces |


@skipOnGraph
Scenario Outline: Uploading to a user shared folder with read/write permission when the sharer has unsufficient quota does not work
Given using <dav-path> DAV path
And user "Brian" has been created with default attributes and small skeleton files
Expand Down Expand Up @@ -250,7 +250,7 @@ Feature: sharing
| dav-path |
| spaces |


@skipOnGraph
Scenario Outline: Uploading to a user shared folder with upload-only permission when the sharer has insufficient quota does not work
Given using <dav-path> DAV path
And user "Brian" has been created with default attributes and without skeleton files
Expand All @@ -275,7 +275,7 @@ Feature: sharing
| dav-path |
| spaces |


@skipOnGraph
Scenario Outline: Uploading to a group shared folder with upload-only permission when the sharer has insufficient quota does not work
Given using <dav-path> DAV path
And user "Brian" has been created with default attributes and without skeleton files
Expand Down Expand Up @@ -344,4 +344,4 @@ Feature: sharing
Examples:
| dav-path | permissions |
| spaces | change |
| spaces | create |
| spaces | create |
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@api @issue-ocis-reva-101
@api @issue-ocis-reva-101 @skipOnGraph
Feature: get quota
As a user
I want to be able to find out my available storage quota
Expand Down

0 comments on commit f34b528

Please sign in to comment.