[Tests-Only] Remove some toImplementOnOCIS tags #37879
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
comments
notifications
andsystemtags
test scenarios are already easily identified by tags on the features/scenarios. Those tags are currently being used in OCIS CI to skip these scenarios anyway.Remove the
toImplementOnOCIS
tag from the scenarios. That will allow OCIS CI to easily control when they want to start running those scenarios (e.g. when someone starts working on a comments endpoint...), rather than having to come to core and remove tags.The medium-term objective is to reduce the number of
toImplementOnOCIS
tags to the absolute minimum. That reduces the future need for OCIS people to have to keep coming back to core to "switch on" test scenarios.Note: this should have no effect on the OCIS expected-failures list, because these scenarios are already skipped in the OCIS CI and will still be skipped.
How Has This Been Tested?
CI
Types of changes
Checklist: