Skip to content

Commit

Permalink
Merge pull request #40226 from owncloud/skip-more-shares-folder-inclu…
Browse files Browse the repository at this point in the history
…ding-etag-prop-tests

[tests-only] Skip `Shares` folder including eTag propagation scenarios for `space` DAV version
  • Loading branch information
phil-davis authored Jul 25, 2022
2 parents 6fb4d7f + bb2d81b commit 11d7107
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 61 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,6 @@ Feature: propagation of etags when moving files or folders
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@skipOnOcV10.6 @skipOnOcV10.7 @skipOnOcV10.8.0
Scenario Outline: as sharer renaming a file inside a folder changes its etag for all collaborators
Given user "Brian" has been created with default attributes and without skeleton files
Expand Down Expand Up @@ -217,11 +212,6 @@ Feature: propagation of etags when moving files or folders
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@skipOnOcis-OC-Storage @issue-product-280 @skipOnOcV10.6 @skipOnOcV10.7 @skipOnOcV10.8.0
Scenario Outline: as sharer moving a file from one folder to an other changes the etags of both folders for all collaborators
Given user "Brian" has been created with default attributes and without skeleton files
Expand Down Expand Up @@ -258,11 +248,6 @@ Feature: propagation of etags when moving files or folders
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@skipOnOcV10.6 @skipOnOcV10.7 @skipOnOcV10.8.0
Scenario Outline: as share receiver moving a file from one folder to an other changes the etags of both folders for all collaborators
Given user "Brian" has been created with default attributes and without skeleton files
Expand Down Expand Up @@ -299,11 +284,6 @@ Feature: propagation of etags when moving files or folders
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@skipOnOcis-OC-Storage @issue-product-280 @skipOnOcV10.6 @skipOnOcV10.7 @skipOnOcV10.8.0
Scenario Outline: as sharer moving a folder from one folder to an other changes the etags of both folders for all collaborators
Given user "Brian" has been created with default attributes and without skeleton files
Expand Down Expand Up @@ -340,11 +320,6 @@ Feature: propagation of etags when moving files or folders
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@skipOnOcV10.6 @skipOnOcV10.7 @skipOnOcV10.8.0
Scenario Outline: as share receiver moving a folder from one folder to an other changes the etags of both folders for all collaborators
Given user "Brian" has been created with default attributes and without skeleton files
Expand Down Expand Up @@ -381,11 +356,6 @@ Feature: propagation of etags when moving files or folders
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |


Scenario Outline: renaming a file in a publicly shared folder changes its etag for the sharer
Given using <dav_version> DAV path
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,8 @@ Feature: propagation of etags when creating folders
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@skipOnOcis-OC-Storage @issue-product-280 @skipOnOcV10.6 @skipOnOcV10.7 @skipOnOcV10.8.0
Scenario Outline: as sharer creating a folder inside a folder received as a share changes its etag for all collaborators
Scenario Outline: as a sharer creating a folder inside a shared folder changes etag for all collaborators
Given user "Brian" has been created with default attributes and without skeleton files
And using <dav_version> DAV path
And user "Alice" has created folder "/folder"
Expand All @@ -110,11 +105,6 @@ Feature: propagation of etags when creating folders
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@skipOnOcis-OC-Storage @issue-product-280
Scenario Outline: creating a folder in a publicly shared folder changes its etag for the sharer
Given using <dav_version> DAV path
Expand Down
20 changes: 0 additions & 20 deletions tests/acceptance/features/apiWebdavEtagPropagation2/upload.feature
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ Feature: propagation of etags when uploading data
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@skipOnOcis-OC-Storage @issue-product-280 @skipOnOcV10.6 @skipOnOcV10.7 @skipOnOcV10.8.0
Scenario Outline: as sharer uploading a file inside a shared folder should update etags for all collaborators
Given user "Brian" has been created with default attributes and without skeleton files
Expand All @@ -107,11 +102,6 @@ Feature: propagation of etags when uploading data
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@skipOnOcV10.6 @skipOnOcV10.7 @skipOnOcV10.8.0
Scenario Outline: as share receiver overwriting a file inside a received shared folder should update etags for all collaborators
Given user "Brian" has been created with default attributes and without skeleton files
Expand All @@ -138,11 +128,6 @@ Feature: propagation of etags when uploading data
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@skipOnOcV10.6 @skipOnOcV10.7 @skipOnOcV10.8.0
Scenario Outline: as sharer overwriting a file inside a shared folder should update etags for all collaborators
Given user "Brian" has been created with default attributes and without skeleton files
Expand All @@ -169,11 +154,6 @@ Feature: propagation of etags when uploading data
| old |
| new |

@skipOnOcV10 @personalSpace
Examples:
| dav_version |
| spaces |

@skipOnOcis-OC-Storage @issue-product-280
Scenario Outline: uploading a file into a publicly shared folder changes its etag for the sharer
Given using <dav_version> DAV path
Expand Down

0 comments on commit 11d7107

Please sign in to comment.