Skip to content

Commit

Permalink
Merge pull request #10602 from owncloud/skip-tests-on-reva
Browse files Browse the repository at this point in the history
[tests-only][full-ci]skip spaces dav path test in reva
  • Loading branch information
PrajwolAmatya authored Nov 20, 2024
2 parents 94931aa + fccc980 commit bbb3f2b
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Feature: upload file
And user "Alice" has been created with default attributes and without skeleton files


Scenario Outline: attempt to upload a file into a nonexistent folder inside shares
Scenario Outline: attempt to upload a file into a nonexistent shares
Given using <dav-path-version> DAV path
When user "Alice" uploads file with content "uploaded content" to "/Shares/FOLDER/textfile.txt" using the TUS protocol on the WebDAV API
Then as "Alice" folder "/Shares/FOLDER/" should not exist
Expand All @@ -17,6 +17,10 @@ Feature: upload file
| dav-path-version |
| old |
| new |

@skipOnReva
Examples:
| dav-path-version |
| spaces |


Expand All @@ -29,6 +33,10 @@ Feature: upload file
| dav-path-version |
| old |
| new |

@skipOnReva
Examples:
| dav-path-version |
| spaces |

@skipOnReva
Expand Down

0 comments on commit bbb3f2b

Please sign in to comment.