-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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][full-ci] Remove ocis/reva related scenario tags #40621
[tests-only][full-ci] Remove ocis/reva related scenario tags #40621
Conversation
Kudos, SonarCloud Quality Gate passed! |
@@ -30,7 +30,7 @@ Feature: create folder using MKCOL | |||
| /remote.php/dav/files/%username%/PARENT/parent.txt | | |||
Then the HTTP status code of responses on all endpoints should be "401" | |||
|
|||
@skipOnOcV10 @issue-ocis-5049 @issue-ocis-reva-9 @issue-ocis-reva-197 | |||
@skipOnOcV10 @issue-ocis-reva-197 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@skipOnOcV10 @issue-ocis-reva-197 | |
@skipOnOcV10 |
@@ -41,7 +41,7 @@ Feature: create folder using MKCOL | |||
| /remote.php/dav/files/%username%/PARENT/parent.txt | | |||
Then the HTTP status code of responses on all endpoints should be "404" | |||
|
|||
@skipOnOcV10 @issue-ocis-5049 @issue-ocis-reva-9 @issue-ocis-reva-197 | |||
@skipOnOcV10 @issue-ocis-reva-197 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@skipOnOcV10 @issue-ocis-reva-197 | |
@skipOnOcV10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All remaining issue-ocis-*
tags are removed in follow-up PR #40622
@@ -34,7 +34,7 @@ Feature: PROPPATCH file/folder | |||
| /remote.php/dav/files/%username%/PARENT/parent.txt | | |||
Then the HTTP status code of responses on all endpoints should be "401" | |||
|
|||
@issue-ocis-reva-9 @issue-ocis-reva-197 | |||
@issue-ocis-reva-197 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@issue-ocis-reva-197 |
@@ -170,7 +170,7 @@ Feature: checksums | |||
| dav_version | checksum | | |||
| new | SHA1:ce5582148c6f0c1282335b87df5ed4be4b781399 MD5:56e57920c3c8c727bfe7a5288cdf61c4 ADLER32:1048035a | | |||
|
|||
@issue-ocis-reva-56 @newChunking @issue-ocis-1321 | |||
@newChunking @issue-ocis-1321 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@newChunking @issue-ocis-1321 | |
@newChunking |
Description
This is one of the two PRs which removes
issue-ocis-*
tags from the tests.The follow-up PR is at #40622
Related Issue
[QA] Cleanup API acceptance test code #40572
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: