-
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
[QA] Cleanup API acceptance test code #40572
Labels
Comments
@PrajwolAmatya is working on removal of examples and scenarios that run only for ocis/reva |
11 tasks
This was referenced Jan 19, 2023
@roshanlc is working on removal of examples and scenarios that run only for ocis/reva |
This was referenced Feb 6, 2023
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The code and feature files for API acceptance tests for ocis and reva are now stored in the
owncloud/ocis
repo.Ref: owncloud/ocis#5306 owncloud/ocis#5280 owncloud/ocis#5094
The core API acceptance test code is now only used by
owncloud/core
and the oC10 apps (owncloud/activity
... repos).Cleanup the test code and feature files to remove:
toImplementOnOcis
,notToImplementOnOcis
,skipOnOcis
@roshanlc- [tests-only][full-ci] Remove scenario tag
skipOnOcis
from feature files #40597- [tests-only][full-ci] Remove scenario tag @toImplementOnOcis from feature files #40598
- [tests-only][full-ci] Remove scenario tag @notToImplementOnOcis from feature files #40599
- [tests-only][full-ci] Remove ocis bug demonstration scenarios and leftover ocis skip tags #40630
isTestingOnReva()
isTestingOnOcis()
etc @roshanlcrun.sh
and ... probably has "if" statements that do special things for ocis/reva) @roshanlc [tests-only][full-ci] Remove ocis and reva conditional checks from run.sh #40631The text was updated successfully, but these errors were encountered: