-
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
[so-migrations] Integration test fixes: Use default distribution for cleanup fixture creation #101698
[so-migrations] Integration test fixes: Use default distribution for cleanup fixture creation #101698
Conversation
💚 Build SucceededMetrics [docs]
To update your PR or re-run it, just comment with: |
Pinging @elastic/kibana-core (Team:Core) |
@@ -78,7 +77,7 @@ describe.skip('migration v2', () => { | |||
adjustTimeout: (t: number) => jest.setTimeout(t), | |||
settings: { | |||
es: { | |||
license: 'trial', | |||
license: 'basic', |
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.
btw, we can remove it since basic
is the default value
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.
That's good to know. There's no harm it keeping it though, as a reminder to use the default distro.
…cleanup fixture creation (elastic#101698)
💔 Backport failed
Successful backport PRs will be merged automatically after passing CI. To backport manually run: |
Resolves #98352
Use the default distribution for integration test fixtures creation.
Checklist
For maintainers