-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Migrate security and spaces integration test plugins to Kibana Platform #66415
Migrate security and spaces integration test plugins to Kibana Platform #66415
Conversation
ACK: will review today Btw it seems eslint task is failing.... |
The cherry-pick of the prior commit missed these.
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.
LGTM, thanks!
.../test/saved_object_api_integration/common/fixtures/saved_object_test_plugin/server/plugin.ts
Outdated
Show resolved
Hide resolved
.../test/saved_object_api_integration/common/fixtures/saved_object_test_plugin/server/plugin.ts
Outdated
Show resolved
Hide resolved
}, | ||
}); | ||
|
||
plugins.features.registerFeature({ |
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.
question: I see we don't do this in a new plugin, we don't need this anymore?
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.
Good catch. No, we don't need it for saved object API integration tests.
I looked at the history and it was originally added during #31652, which was a huge PR. My guess is it was a WIP for feature integration tests that were never completed, or it was leftover cruft that was copied from another test plugin, or there were feature integration tests here that got refactored out later on. In any case, we should be safe to remove it here (CI will confirm!)
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
Resolves #66057.