Skip to content

Commit

Permalink
Merge pull request #40218 from owncloud/unskip-tus-related-tests-on-ocis
Browse files Browse the repository at this point in the history
[tests-only] Allow tests skipped by 40210 on ocis
  • Loading branch information
phil-davis authored Jul 20, 2022
2 parents 7c9bfa0 + 5a5172d commit 97f8ab8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ Feature: upload file to shared folder
Then the HTTP status code should be "200"
And as "Alice" file "/FOLDER/textfile.txt" should exist
And the content of file "/FOLDER/textfile.txt" for user "Alice" should be "overwritten content"
@skipOnOcis
Examples:
| dav_version |
| old |
Expand Down Expand Up @@ -342,7 +341,6 @@ Feature: upload file to shared folder
| Upload-Metadata | filename L1NoYXJlcy90ZXh0RmlsZS50eHQ= |
Then the HTTP status code should be "204"
And the content of file "/textFile.txt" for user "Alice" should be "overwritten content"
@skipOnOcis
Examples:
| dav_version |
| old |
Expand Down

0 comments on commit 97f8ab8

Please sign in to comment.